Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 5, 2023
1 parent 745b9d6 commit 3630ccf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ prerelease:
go mod download
ghch -w -N ${VER}
gocredits -w .
git add CHANGELOG.md CREDITS go.mod go.sum
git add CHANGELOG.md CREDITS go.mod
git commit -m'Bump up version number'
git tag ${VER}

prerelease_for_tagpr: depsdev
go mod download
gocredits -w .
git add CHANGELOG.md CREDITS go.mod go.sum
git add CHANGELOG.md CREDITS go.mod

release:
git push origin main --tag

0 comments on commit 3630ccf

Please sign in to comment.