From 88978b52ccfcc96e4154cdcffa17ef848ae0ec63 Mon Sep 17 00:00:00 2001 From: SavageCore Date: Sat, 6 May 2023 04:10:53 +0100 Subject: [PATCH] Add releasing instructions to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e12c057..30a2d15 100644 --- a/README.md +++ b/README.md @@ -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 🎉