tag needs to be signed
This commit is contained in:
parent
b5602dd1ae
commit
be30f8e78f
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ increment: ## Increment and commit new version number, set target version using
|
|||||||
git commit -m "incrementing version"
|
git commit -m "incrementing version"
|
||||||
|
|
||||||
sign: ## Sign a release.
|
sign: ## Sign a release.
|
||||||
git tag $(VERSION)
|
git tag --sign --message "Release v$(VERSION)" $(VERSION)
|
||||||
git push origin $(VERSION)
|
git push origin $(VERSION)
|
||||||
signrelease.sh
|
signrelease.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user