File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3333# Tag git with last release
3434release : build
3535 git add .semver .github/ISSUE_TEMPLATE/Bug_report.md .github/ISSUE_TEMPLATE/Feature_request.md src/functions.php doc/installation.md artifacts/* releases/*
36- git commit -m " releasing ` semver tag` "
37- git tag ` semver tag`
36+ git commit -S - m " releasing ` semver tag` "
37+ git tag -s ` semver tag`
3838 git push -u origin master
3939 git push origin ` semver tag`
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Please NEVER tag manually.
2525
2626### Usage
2727
28+ Git must configure a GPG key on your Github account to verify commits.
29+
2830These commands will create phar, debian and binary release,
2931then run all tests and push new release to Github :
3032
You can’t perform that action at this time.
0 commit comments