Skip to content

Commit

Permalink
repo: add release makefile target (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Aug 25, 2024
1 parent 4faaf18 commit 8d39b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ copywrite:
--config .github/workflows/scripts/copywrite.hcl headers \
--spdx "MPL-2.0"

.PHONY: release
release:
envy exec gh-release goreleaser release --clean
$(MAKE) clean

0 comments on commit 8d39b2c

Please sign in to comment.