Skip to content

Commit

Permalink
chore: add release scripts
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Mar 9, 2024
1 parent 4756118 commit 285217f
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 @@ -14,3 +14,8 @@ fmt:
image:
docker build . -t docker.io/kcllang/kpt-kcl:$(VERSION)
docker push docker.io/kcllang/kpt-kcl:$(VERSION)

release:
git tag $(VERSION)
git push origin $(VERSION)
gh release create $(VERSION) --draft --generate-notes --title "$(VERSION) Release"

0 comments on commit 285217f

Please sign in to comment.