Revision: cc930f885222
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sun Mar 25 00:11:58 2012
Log:      Update release document.

* doc/RELEASING
  - Check out branch on an alpha release.
  - Cosmetic changes.

http://code.google.com/p/uim/source/detail?r=cc930f885222

Modified:
 /doc/RELEASING

=======================================
--- /doc/RELEASING      Sat Mar 24 23:39:44 2012
+++ /doc/RELEASING      Sun Mar 25 00:11:58 2012
@@ -41,10 +41,11 @@

    On an alpha release, create a branch

-   $ git branch x.y
+   $ git checkout -b x.y
    $ git push origin x.y

-   Create a tracking branch and check out the branch
+   On a beta release and a final release,
+   create a tracking branch and check out the branch

    $ git checkout --track -b x.y origin/x.y

@@ -58,11 +59,11 @@
    Tag and push the tag.

    On an alpha release
-   $ git tag uim-x.y.z-alpha
+   $ git tag uim-x.y.0-alpha
    $ git push --tags

    On a beta release
-   $ git tag uim-x.y.z-beta
+   $ git tag uim-x.y.0-beta
    $ git push --tags

    On a final release
@@ -72,12 +73,12 @@
 8. Create the source tarball

    On an alpha release
-   $ make distcheck distdir=uim-x.y.z-alpha
-   $ make sum distdir=uim-x.y.z-alpha
+   $ make distcheck distdir=uim-x.y.0-alpha
+   $ make sum distdir=uim-x.y.0-alpha

    On a beta release
-   $ make distcheck distdir=uim-x.y.z-beta
-   $ make sum distdir=uim-x.y.z-beta
+   $ make distcheck distdir=uim-x.y.0-beta
+   $ make sum distdir=uim-x.y.0-beta

 9. Copy the source tarball to the download site.

@@ -90,14 +91,20 @@
    Final release:

      $ googlecode-upload.py -u yamakenz -p uim \
-                            -s 'uim 1.5.0' -l 'Stable,Featured' \
-                            uim-1.5.0.tar.bz2
-
-   Alpha or beta release:
+                            -s 'uim x.y.z' -l 'Stable,Featured' \
+                            uim-x.y.z.tar.bz2
+
+   Alpha release:

      $ googlecode-upload.py -u yamakenz -p uim \
-                            -s 'uim 1.5.0-alpha' -l 'Unstable' \
-                            uim-1.5.0-alpha.tar.bz2
+                            -s 'uim x.y.0-alpha' -l 'Unstable' \
+                            uim-x.y.0-alpha.tar.bz2
+
+   Beta release:
+
+     $ googlecode-upload.py -u yamakenz -p uim \
+                            -s 'uim x.y.0-beta' -l 'Unstable' \
+                            uim-x.y.0-beta.tar.bz2

    Snapshot release:

@@ -128,9 +135,9 @@

      http://code.google.com/p/uim/downloads/

-   MD5 (uim-1.4.0-example.tar.gz) = cff14a6ad95a6a1303b527a86d27bff4
-   MD5 (uim-1.4.0-example.tar.bz2) = b2e96af101a0c51df697990f6311f6f2
- SHA1 (uim-1.4.0-example.tar.gz) = 3f152c4aa77a3a44d9f74800a8b9d8d3b6c16771 - SHA1 (uim-1.4.0-example.tar.bz2) = c870c3e8585ce8e4200fe3247021802d922781c6
+   MD5 (uim-x.y.z-example.tar.gz) = cff14a6ad95a6a1303b527a86d27bff4
+   MD5 (uim-x.y.z-example.tar.bz2) = b2e96af101a0c51df697990f6311f6f2
+ SHA1 (uim-x.y.z-example.tar.gz) = 3f152c4aa77a3a44d9f74800a8b9d8d3b6c16771 + SHA1 (uim-x.y.z-example.tar.bz2) = c870c3e8585ce8e4200fe3247021802d922781c6

    <append RELNOTE here>

Reply via email to