Skip to content

Commit

Permalink
ADD: release process
Browse files Browse the repository at this point in the history
  • Loading branch information
patrixr committed Jan 19, 2025
1 parent 70257c3 commit 0cd088d
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 @@ -57,3 +57,8 @@ check-root:
echo "This target must be run as root or with sudo."; \
exit 1; \
fi

release: test
git tag -a "v`cat ./VERSION`" -m "Release version `cat ./VERSION`"
git push origin v`cat ./VERSION`
gh release create v`cat ./VERSION`

0 comments on commit 0cd088d

Please sign in to comment.