Skip to content

Commit

Permalink
Add releasing instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed May 6, 2023
1 parent 4cd5cd1 commit 88978b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ Run the app with live reloading:

# Building 🚧

1. Run `task build`
1. Run `task build` and the app will be built to `build/bin/coh3-replay-manager-go.exe`

# Releasing 🚀

1. Increment `CurrentVersion` in `main.go`
2. Push a git tag with the new version number
3. GitHub Action will build and release the app 🎉

0 comments on commit 88978b5

Please sign in to comment.