From c8e36f48c67b99a334e34ccd975a0173dfc50a51 Mon Sep 17 00:00:00 2001 From: Tina Boyce <12929562+tinaboyce@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:45:36 +1100 Subject: [PATCH] docs: update releasing instructions - `make release` does not exist in the Makefile - process has changed since time of writing --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bc7e11fb8..fb82b3273 100644 --- a/README.md +++ b/README.md @@ -766,17 +766,11 @@ This tool would not be possible without some great opensource libraries. # Releasing -Install `github-release`. - -``` -go get github.com/buildkite/github-release -``` - -To release run. - -``` -make release -``` +1. Create a git tag locally with `git tag -as vX.X.X` +2. Run build with `make build` +3. Test the newly created binary nested in the `dist/` of the project root directory +4. If testing pass, push the tag `git push origin vX.X.X` +5. Make an announcement in "Discussions" # Debugging Issues with IDPs