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.0 Link to milestone: https://github.com/surge-synthesizer/surge/milestone/32
CMakeLists.txt
gpg --output x.sig --sign CMakeLists.txt
git checkout -b release-xt/1.3.0
git tag -s release_xt_1.3.0 -m "Create signed tag"
git push --atomic upstream-write release-xt/1.3.0 release_xt_1.3.0
wingetcreate update --submit --urls https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.0/surge-xt-win64-1.3.0-setup.exe --version 1.3.0 SurgeSynthTeam.SurgeXT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Release label: XT 1.3.0
Link to milestone: https://github.com/surge-synthesizer/surge/milestone/32
Pre Install
CMakeLists.txt
version matches the version you are about to installExecuting the install
if it is just a bump commit
gpg --output x.sig --sign CMakeLists.txt
git checkout -b release-xt/1.3.0
git tag -s release_xt_1.3.0 -m "Create signed tag"
,git push --atomic upstream-write release-xt/1.3.0 release_xt_1.3.0
Post Install
wingetcreate update --submit --urls https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.0/surge-xt-win64-1.3.0-setup.exe --version 1.3.0 SurgeSynthTeam.SurgeXT
)The text was updated successfully, but these errors were encountered: