Skip to content

Commit ab85163

Browse files
authored
Create release-procedure.md
1 parent 1cb28a0 commit ab85163

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release-procedure.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)