Browse Source

tag needs to be signed

El RIDO 3 năm trước cách đây
mục cha
commit
be30f8e78f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 	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