You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sign a tag with git tag -s release_xt_1.1.0 -m "Create signed tag" probably after running gpg --output x.sig --sign CMakeLists.txt to open your GPG sig again
push both the branch and tag to upstream
Update and Announce
Update home-brew doc but remember this time I have changed com.surge to org.surge and added a CLAP so we need to adjust
Post to KVR thread, Facebook, Slack etc
The text was updated successfully, but these errors were encountered:
Having essentially two items of software in the one repo with a separate and conflicting versioning scheme is going to be a bit tricky to manage with for packagers and people trying to parse the releases information. How about the possibility of bumping the major version number rather than resetting the version number, or having a separate repo for the reworked version?
Release label: XT 1.1.0
Target Release Date:
Milestone: https://github.com/surge-synthesizer/surge/milestone/25
release-xt/1.1.0
git tag -s release_xt_1.1.0 -m "Create signed tag"
probably after runninggpg --output x.sig --sign CMakeLists.txt
to open your GPG sig againThe text was updated successfully, but these errors were encountered: