From d187d70b53d8a1c465117126fda9078468a96547 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Wed, 23 Apr 2008 11:33:41 -0700 Subject: [PATCH] tweak release-script to generate CONTRIBUTORS --- release-script.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-script.txt b/release-script.txt index 8000535..b1f09dd 100644 --- 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- vi lib/sup.rb bin/sup # and bump BOTH version numbers -- 2.45.2