Update release checklist
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 9 Jun 2020 20:43:59 +0000 (22:43 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 9 Jun 2020 21:16:37 +0000 (23:16 +0200)
doc/release-checklist.txt

index 347a5a6..f620a53 100644 (file)
@@ -1,6 +1,9 @@
 *** Checklist for a new libftdi release ***
-- Update ChangeLog and AUTHORS via git history
-  (git log --oneline latest_release..HEAD)
+- Update ChangeLog via git history:
+  git log --oneline latest_release..HEAD
+
+- Update AUTHORS via git history:
+  git log --pretty=format:"%an <%ae>" latest_release..HEAD |sort -u
 
 - Update version number in the following files:
   - CMakeLists.txt
@@ -13,7 +16,8 @@
 
 - Ensure all modifications are checked in
 
-- Sign tarball
+- Sign tarball:
+  gpg2 --default-key opensource@intra2net.com --detach-sign --sign libftdi1-1.XX.tar.bz2
 
 - Create git tag:
   - git tag -s -u 24F006F5 v1.XX