Skip to content

Commit

Permalink
Setup tagpr
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 9, 2022
1 parent 742625f commit be0ae06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tagpr
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
vPrefix = true
releaseBranch = main
versionFile = -
command = "make prerelease_for_tagpr"
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ prerelease:
git commit -m'Bump up version number'
git tag ${VER}

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

release:
git push origin main --tag

Expand Down

0 comments on commit be0ae06

Please sign in to comment.