We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10b2169 + 49ed93e commit 03379e8Copy full SHA for 03379e8
Makefile
@@ -37,7 +37,7 @@ uninstall:
37
38
.PHONY: release
39
release:
40
- git describe --exact-match >/dev/null 2>&1 && { echo "Last commit is already tagged" >&2; exit 1; }
+ git describe --exact-match >/dev/null 2>&1 && { echo "Last commit is already tagged" >&2; exit 1; } || true
41
git tag -s $(shell date +%Y%m%d)
42
git push --tags
43
gh release create --generate-notes $(shell date +%Y%m%d)
0 commit comments