diff options
-rw-r--r-- | extras/README.releasing | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extras/README.releasing b/extras/README.releasing new file mode 100644 index 000000000..0c53472e1 --- /dev/null +++ b/extras/README.releasing @@ -0,0 +1,26 @@ +To make a release: + +Pre-release: +* Update NEWS +* Bump version in configure.ac (don't forget the display version) +* Update AUTHORS +* Update banshee.doap +* Run `make distcheck` +* Commit everything + +Release: +* Run the `extras/make-release` script + + Add --unstable if appropriate + + Note that this makes the tag, adds the version to bugzilla, + and uploads the tarballs. + +Post-release: +* Update the website + + Copy the last release notes, update and copy from NEWS + - Set sort order, parent, and slug + + Update Downloads/Archives page, adding entry for this release + + Add a new blog post, uncategorized, tag 'news' +* For stable releases, ssh bansheeweb@bpo, update download.banshee-project.org/release-info/banshee + + This is used by the website to know what the latest release is +* Send announce e-mail + + To: banshee-list@gnome.org, gnome-announce-list@gnome.org, mono-announce-list@lists.ximian.com |