[banshee] release: update README and create-release-notes script



commit 4d555ec9c8dfe738671357aeafd643be35161e41
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Wed Jan 12 18:04:10 2011 -0600

    release: update README and create-release-notes script

 extras/README.releasing     |    8 ++++----
 extras/create-release-notes |    3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/extras/README.releasing b/extras/README.releasing
index 9b36b19..91268c6 100644
--- a/extras/README.releasing
+++ b/extras/README.releasing
@@ -2,7 +2,7 @@ To make a release:
 
 Pre-release:
 * Update src/Core/Banshee.Core/Resources/contributors.xml
-* Update AUTHORS (using the `extras/create-authors` script)
+* Update AUTHORS (cd extras/ && ./create-authors > ../AUTHORS)
 * Update NEWS
 * Bump version in configure.ac (don't forget the display version)
 * Update banshee.doap
@@ -10,7 +10,7 @@ Pre-release:
 * Commit everything
 
 Release:
-* Run the `extras/make-release` script
+* Run the `extras/make-release` script (from extras/ directory)
   + Add --unstable if appropriate
   + Note that this makes the tag, adds the version to bugzilla,
     and uploads the tarballs.
@@ -18,8 +18,8 @@ Release:
 Post-release:
 * Update the website
   + Add download/archives/$version page
-    - Use extras/create-release-notes script
-      + By hand modify 'Read about features added in' section
+    - Use `cd extras && ./create-release-notes > foo` script
+      + By hand modify 'the previous major release notes...' section
     - Set sort order, parent, and permalink
   + Update Downloads/Archives page, adding entry for this release
   + Add a new blog post, uncategorized, tag 'news'
diff --git a/extras/create-release-notes b/extras/create-release-notes
index 685e5df..0ef3c9b 100755
--- a/extras/create-release-notes
+++ b/extras/create-release-notes
@@ -60,6 +60,9 @@ $features
 
 <h4>Banshee has a lot more to offer! Check out the previous major release notes...</h4>
 <ul>
+	<li><a href="/download/archives/1.9.2">Read about features added in Banshee 1.9.2</a></li>
+	<li><a href="/download/archives/1.9.1">Read about features added in Banshee 1.9.1</a></li>
+	<li><a href="/download/archives/1.9.0">Read about features added in Banshee 1.9.0</a></li>
 	<li><a href="/download/archives/1.8.0">Read about features added in Banshee 1.8.0</a></li>
 	<li><a href="/download/archives/1.7.6">Read about features added in Banshee 1.7.6</a></li>
 	<li><a href="/download/archives/1.7.5">Read about features added in Banshee 1.7.5</a></li>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]