Skip to content
Snippets Groups Projects
Unverified Commit be30f8e7 authored by El RIDO's avatar El RIDO
Browse files

tag needs to be signed

parent b5602dd1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment