Skip to content

Commit

Permalink
Add more details for how to make a release
Browse files Browse the repository at this point in the history
Signed-off-by: William Douglas <[email protected]>
  • Loading branch information
bryteise committed Jan 30, 2024
1 parent e514207 commit fed4124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion how-to-make-a-release
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1) Update vendor and test (should be a separate PR)
1a) go get -u ./... && go mod tidy && go mod vendor
1a) Update version in Makefile
1b) go get -u ./... && go mod tidy && go mod vendor
2) Tag new release version and push tag to github and use github ui to draft a new release

0 comments on commit fed4124

Please sign in to comment.