-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17026/
-----------------------------------------------------------

(Updated Jan. 17, 2014, 3:48 a.m.)


Review request for Aurora, Kevin Sweeney and Bill Farner.


Repository: aurora


Description (updated)
-------

Uses tags to track latest patch version, and .auroraversion continues to track 
only major.minor.0-SNAPSHOT versions. Assumes strictly conforming tags!


Diffs
-----

  build-support/release/tag-release 90dc5da2fcb515359174d289d69cac01009f6014 

Diff: https://reviews.apache.org/r/17026/diff/


Testing
-------

minor

: TW-MBP13-JBoulle (master) incubator-aurora; cat .auroraversion 
0.5.0-SNAPSHOT
: TW-MBP13-JBoulle (master) incubator-aurora; git tag
0.2.0
0.3.0
0.4.0
0.4.1
: TW-MBP13-JBoulle (master) incubator-aurora; build-support/release/tag-release 
== Updating to latest master.
...
== Incrementing snapshot version on master.
[master 070ff93] Incrementing snapshot version from 0.5.0-SNAPSHOT to 
0.6.0-SNAPSHOT.
 1 file changed, 1 insertion(+), 1 deletion(-)
== Creating release-0.5.0 branch.
Switched to a new branch 'release-0.5.0'
== Committing updated .auroraversion.
[release-0.5.0 2b51c0d] aurora-0.5.0 release.
 1 file changed, 1 insertion(+), 1 deletion(-)
== Creating tag 0.5.0.
...
== Tag created.   

After you've verified that everything looks good, publish the new tag by 
running:
  git push origin master
  git push 0.5.0 master

You might then want to clean up the branch we used for the release:
  git checkout master
  git branch -D release-0.5.0
: TW-MBP13-JBoulle (release-0.5.0) incubator-aurora; cat .auroraversion 
0.5.0
: TW-MBP13-JBoulle (release-0.5.0) incubator-aurora; git checkout master
Switched to branch 'master'
: TW-MBP13-JBoulle (master) incubator-aurora; git tag
0.2.0
0.3.0
0.4.0
0.4.1
0.5.0
: TW-MBP13-JBoulle (master) incubator-aurora; cat .auroraversion 
0.6.0-SNAPSHOT
: TW-MBP13-JBoulle (master) incubator-aurora; git log HEAD^..HEAD
commit 070ff93e48faa815d074914e3bdb6de76f6baacb
Author: Jonathan Boulle <j...@twitter.com>
Date:   Thu Jan 16 18:53:03 2014 -0800

    Incrementing snapshot version from 0.5.0-SNAPSHOT to 0.6.0-SNAPSHOT.


patch

: TW-MBP13-JBoulle (master) incubator-aurora; cat .auroraversion
0.5.0-SNAPSHOT
: TW-MBP13-JBoulle (master) incubator-aurora; git tag
0.2.0
0.3.0
0.4.0
0.4.1
: TW-MBP13-JBoulle (master) incubator-aurora; build-support/release/tag-release 
-p
== Updating to latest master.
...
== Creating release-0.4.2 branch.
Switched to a new branch 'release-0.4.2'
== Committing updated .auroraversion.
[release-0.4.2 a93a4a3] aurora-0.4.2 release.
 1 file changed, 1 insertion(+), 1 deletion(-)
== Creating tag 0.4.2.
...
== Tag created.   

After you've verified that everything looks good, publish the new tag by 
running:
  git push origin master
  git push 0.4.2 master

You might then want to clean up the branch we used for the release:
  git checkout master
  git branch -D release-0.4.2
: TW-MBP13-JBoulle (release-0.4.2) incubator-aurora; cat .auroraversion 
0.4.2
: TW-MBP13-JBoulle (release-0.4.2) incubator-aurora; git checkout master
Switched to branch 'master'
: TW-MBP13-JBoulle (master) incubator-aurora; cat .auroraversion 
0.5.0-SNAPSHOT
: TW-MBP13-JBoulle (master) incubator-aurora; git tag
0.2.0
0.3.0
0.4.0
0.4.1
0.4.2
: TW-MBP13-JBoulle (master) incubator-aurora; 


Thanks,

Jonathan Boulle

Reply via email to