summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-12 15:26:45 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-12 15:54:17 +0000
commit32cb5d554937b62f2e6e630afc7cb7dea0c5d725 (patch)
treed6db1b29b7f728dd8c512f68653eba0534d71632 /RELEASE
parentddfeb3ad8df0d41ff015305f07f50a8b4fc9e331 (diff)
downloadappstream-glib-32cb5d554937b62f2e6e630afc7cb7dea0c5d725.tar.gz
Add initial project files
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE40
1 files changed, 40 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
new file mode 100644
index 0000000..81e7e9d
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,40 @@
+appstream_glib Release Notes
+
+1. Write NEWS entries for appstream_glib in the same format as usual.
+
+git shortlog appstream_glib_0_1_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+
+--------------------------------------------------------------------------------
+Version 0.1.0
+~~~~~~~~~~~~~
+Released: 2014-xx-xx
+
+Notes:
+
+New Features:
+
+Bugfixes:
+--------------------------------------------------------------------------------
+
+3. Update library version if new ABI or API in configure.ac
+
+4. Commit changes in git:
+
+git commit -a -m "Release version 0.1.0"
+git tag -s -f -m "Release 0.1.0" appstream_glib_0_1_0
+<gpg password>
+git push --tags
+git push
+
+5. run 'make dist'
+
+6. Upload tarball to:
+
+scp *.tar.* hughsient@people.freedesktop.org:~/public_html/appstream-glib/releases
+
+7. Do post release version bump in configure.ac
+
+8. Commit trivial changes:
+
+git commit -a -m "trivial: post release version bump"
+git push