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