Skip to content

Commit

Permalink
chore: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Jan 21, 2024
1 parent 442a89b commit d5a28e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
release:
semver up release
git add .semver.yaml
VERSION=$(shell semver get release)
git commit --allow-empty -m "$(VERSION)"
git tag -a -m "$(VERSION)" "$(VERSION)"
git commit --allow-empty -m "$$(semver get release)"
git tag -a -m "$$(semver get release)" "$$(semver get release)"

0 comments on commit d5a28e6

Please sign in to comment.