Commit e1a60126b3d078ef3486caa20d257937a2738018
1 parent
17de39a6
create signed release tags
Showing
1 changed file
with
3 additions
and
1 deletions
README.maintainer
| @@ -90,7 +90,9 @@ Release Reminders | @@ -90,7 +90,9 @@ Release Reminders | ||
| 90 | in the "files" subdirectory of the website on sourceforge.net. | 90 | in the "files" subdirectory of the website on sourceforge.net. |
| 91 | 91 | ||
| 92 | * Create a tag in the version control system, and make backups of the | 92 | * Create a tag in the version control system, and make backups of the |
| 93 | - actual releases. | 93 | + actual releases. With git, use git tag -s to create a signed tag: |
| 94 | + | ||
| 95 | + git tag -s release-qpdf-$version HEAD -m'qpdf $version' | ||
| 94 | 96 | ||
| 95 | * When releasing on source forge, external-libs distributions go in | 97 | * When releasing on source forge, external-libs distributions go in |
| 96 | external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv | 98 | external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv |