Skip to content

Commit

Permalink
make tag version=$VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
cbodonnell committed Apr 8, 2023
1 parent 6084839 commit 44bd0ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ tfarm-server-certs-regenerate: tfarm
trivy-fs:
trivy fs --scanners vuln --ignore-unfixed .

tag:
git tag -a $(version) -m "Release $(version)" && git push origin $(version)

release: clean
goreleaser release -f ./deploy/.goreleaser.yaml --clean

Expand Down

0 comments on commit 44bd0ba

Please sign in to comment.