Merge remote-tracking branch 'origin/master' into php8

pull/1121/head
github-actions[bot] 2022-12-11 05:15:59 +00:00
commit 46831d76a8
1 changed files with 1 additions and 1 deletions

View File

@ -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