Răsfoiți Sursa

tag needs to be signed

El RIDO 3 ani în urmă
părinte
comite
be30f8e78f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Makefile

+ 1 - 1
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