Skip to content

Commit

Permalink
make release easier
Browse files Browse the repository at this point in the history
  • Loading branch information
migsc committed Jan 8, 2025
1 parent 9d37020 commit b1fe573
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ clean:


release:
git tag -a $(VERSION) -m "$(VERSION)"
git push origin $(VERSION)
git push --tags
goreleaser release --clean

test:
go test ./...

0 comments on commit b1fe573

Please sign in to comment.