Browse Source

Change release-process.md to sign release tags

try
Micha 11 years ago
parent
commit
cc75306ceb
No known key found for this signature in database GPG Key ID: 82C5C009628ECF0C
  1. 2
      doc/release-process.md

2
doc/release-process.md

@ -17,7 +17,7 @@ Release Process
###tag version in git
git tag -a v(new version, e.g. 0.8.0)
git tag -s v(new version, e.g. 0.8.0)
###write release notes. git shortlog helps a lot, for example:

Loading…
Cancel
Save