]> git.notmuchmail.org Git - sup/commitdiff
tweak release-script to generate CONTRIBUTORS
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 23 Apr 2008 18:33:41 +0000 (11:33 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 23 Apr 2008 18:37:17 +0000 (11:37 -0700)
release-script.txt

index 8000535d557b4bad9e06c15b1580f70e29c0a331..b1f09dd5953839e85076a72050a4acadefb02ea8 100644 (file)
@@ -6,7 +6,10 @@ cat History.txt >> tmp.txt
 mv tmp.txt History.txt
 vi History.txt    # and cleanup
 vi ReleaseNotes   # and add whatever's necessary
-vi www/index.html  # and bump version number
+vi www/index.html # and bump version number
+git rank-contributors -o > CONTRIBUTORS
+vi CONTRIBUTORS   # and merge
+vi www/index.html # and include CONTRIBUTORS
 # ... git add, commit, etc
 git checkout -b release-<releasename>
 vi lib/sup.rb bin/sup # and bump BOTH version numbers