Skip to content

Commit

Permalink
create signed release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Jun 3, 2012
1 parent 17de39a commit e1a6012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.maintainer
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1a6012

Please sign in to comment.