2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 11:58:25 +00:00

create signed release tags

This commit is contained in:
Jay Berkenbilt 2012-06-03 13:39:09 -04:00
parent 17de39a6a0
commit e1a60126b3

View File

@ -90,7 +90,9 @@ Release Reminders
in the "files" subdirectory of the website on sourceforge.net.
* Create a tag in the version control system, and make backups of the
actual releases.
actual releases. With git, use git tag -s to create a signed tag:
git tag -s release-qpdf-$version HEAD -m'qpdf $version'
* When releasing on source forge, external-libs distributions go in
external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv