We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb28a0 commit ab85163Copy full SHA for ab85163
release-procedure.md
@@ -0,0 +1,8 @@
1
+1. Switch to `master`
2
+1. Update `version.txt` and the `AssemblyVersion` tag in `Gui.csproj`
3
+1. Add, commit, push these changes
4
+1. `git tag -a 'x.x.x'`, where the x's are the new version number
5
+1. `git push --tags`
6
+1. Locally in Visual Studio, create a release build, and zip up the folder created
7
+1. In GitHub, create a new release from that tag
8
+1. On that release page, add the zip folder as the build artefact
0 commit comments