summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2011-01-12 18:04:10 -0600
committerGabriel Burt <gabriel.burt@gmail.com>2011-01-12 18:04:10 -0600
commit4d555ec9c8dfe738671357aeafd643be35161e41 (patch)
tree0b55fc3ada38193c76157514bb66e849caeb82fa /extras
parente74b4711bc2786b6d14fe4b35aee68456a508690 (diff)
release: update README and create-release-notes script
Diffstat (limited to 'extras')
-rw-r--r--extras/README.releasing8
-rwxr-xr-xextras/create-release-notes3
2 files changed, 7 insertions, 4 deletions
diff --git a/extras/README.releasing b/extras/README.releasing
index 9b36b1932..91268c6f7 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 685e5dfc8..0ef3c9b52 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>