Skip to content

Commit

Permalink
Create release-procedure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftofZen authored Feb 23, 2024
1 parent 1cb28a0 commit ab85163
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-procedure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
1. Switch to `master`
1. Update `version.txt` and the `AssemblyVersion` tag in `Gui.csproj`
1. Add, commit, push these changes
1. `git tag -a 'x.x.x'`, where the x's are the new version number
1. `git push --tags`
1. Locally in Visual Studio, create a release build, and zip up the folder created
1. In GitHub, create a new release from that tag
1. On that release page, add the zip folder as the build artefact

0 comments on commit ab85163

Please sign in to comment.