Revision: 375e96bc9615
Author: Muneyuki Noguchi <[email protected]>
Date: Sat Mar 24 23:39:44 2012
Log: Update release document.
* doc/RELEASING
- Check out tracking branch before tagging.
- Remove "Update Freshmeat entry".
- Cosmetic changes.
http://code.google.com/p/uim/source/detail?r=375e96bc9615
Modified:
/doc/RELEASING
=======================================
--- /doc/RELEASING Sat Mar 17 22:27:07 2012
+++ /doc/RELEASING Sat Mar 24 23:39:44 2012
@@ -39,6 +39,15 @@
$ git clone https://code.google.com/p/uim/
+ On an alpha release, create a branch
+
+ $ git branch x.y
+ $ git push origin x.y
+
+ Create a tracking branch and check out the branch
+
+ $ git checkout --track -b x.y origin/x.y
+
6. Do a build test with make-dist.sh
This test is not enough, but worth doing. It is especially useful when a
@@ -46,12 +55,7 @@
7. Tag to tags/uim-x.y.z
- On an alpha release, create a branch at first.
-
- $ git branch x.y
- $ git push origin x.y
-
- Then tag and push the tag.
+ Tag and push the tag.
On an alpha release
$ git tag uim-x.y.z-alpha
@@ -67,10 +71,11 @@
8. Create the source tarball
- On an alpha or a beta release
+ On an alpha release
$ make distcheck distdir=uim-x.y.z-alpha
$ make sum distdir=uim-x.y.z-alpha
+ On a beta release
$ make distcheck distdir=uim-x.y.z-beta
$ make sum distdir=uim-x.y.z-beta
@@ -129,7 +134,3 @@
SHA1 (uim-1.4.0-example.tar.bz2) =
c870c3e8585ce8e4200fe3247021802d922781c6
<append RELNOTE here>
-
-12. Update Freshmeat entry
-
- http://freshmeat.net/projects/uim-inputmethod/