commit d187d70b53d8a1c465117126fda9078468a96547
parent f412c6a3fe0193ba8fb4a697ad2913b242d18875
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Wed, 23 Apr 2008 11:33:41 -0700
tweak release-script to generate CONTRIBUTORS
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/release-script.txt b/release-script.txt
@@ -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