We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release label: XT 1.3.3 Link to milestone: https://github.com/surge-synthesizer/surge/milestone/xx
CMakeLists.txt
releases-xt/azure-pipelines
surge
gpg --output x.sig --sign CMakeLists.txt
git checkout -b release-xt/1.3.3
git tag -s release_xt_1.3.3 -m "Create signed tag"
git push --atomic upstream-write release-xt/1.3.3 release_xt_1.3.3
wingetcreate update --submit --urls https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.3/surge-xt-win64-1.3.3-setup.exe --version 1.3.3 SurgeSynthTeam.SurgeXT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Release label: XT 1.3.3
Link to milestone: https://github.com/surge-synthesizer/surge/milestone/xx
Pre-Install
CMakeLists.txt
version matches the version you are about to installExecuting the Install
releases-xt/azure-pipelines
so we don't get a tag conflict when the release happens even if it is just a bump commitsurge
repositorygpg --output x.sig --sign CMakeLists.txt
git checkout -b release-xt/1.3.3
git tag -s release_xt_1.3.3 -m "Create signed tag"
,git push --atomic upstream-write release-xt/1.3.3 release_xt_1.3.3
Post-Install
wingetcreate update --submit --urls https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.3/surge-xt-win64-1.3.3-setup.exe --version 1.3.3 SurgeSynthTeam.SurgeXT
)The text was updated successfully, but these errors were encountered: