I ran the version bump script, and a couple confusing things happened.
[0] > python scripts/version_bump.py
Cutting release 0.3.0 from 1319a49404716dfbe2e9b48cd8cb40c73622f53e
Release branch for v0.3 has been created.
Please go to https://github.com/sdwilsh/siobrultech-protocols/releases/new to create a new release for v0.3.
Updating main to use version 0.4.0a0 now that 0.3.0 is branched.
Please go to https://github.com/sdwilsh/siobrultech-protocols/pull/new/v0.4.0a0-version-bump to open a pull request.
Quick background: on my working copy upstream is sdwilsh/siobrultech-protocols and origin is jkeljo/siobrultech-protocols.
- Even though my (detached)
HEAD was on upstream/main, it branched from origin/main for the version bump. I hadn't updated that branch in a while, so it thought that 3.0 was the correct next release.
- That second link (for the pull request) isn't correct; the username should be
jkeljo
I'm going to clean up what it did to my fork, update my main branch and try again. Will report back if I run into anything else.
I ran the version bump script, and a couple confusing things happened.
Quick background: on my working copy
upstreamissdwilsh/siobrultech-protocolsandoriginisjkeljo/siobrultech-protocols.HEADwas onupstream/main, it branched fromorigin/mainfor the version bump. I hadn't updated that branch in a while, so it thought that 3.0 was the correct next release.jkeljoI'm going to clean up what it did to my fork, update my
mainbranch and try again. Will report back if I run into anything else.