Skip to content

Commit 25cae49

Browse files
committed
Force GPG key for relasing
1 parent ec9a174 commit 25cae49

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tag:
3333
# Tag git with last release
3434
release: 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`

doc/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2830
These commands will create phar, debian and binary release,
2931
then run all tests and push new release to Github :
3032

0 commit comments

Comments
 (0)