You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Jonathan Boulle <jo...@twitter.com> on 2014/01/17 04:00:17 UTC

Review Request 17026: update release tag script to support patch versions as well as minor versions

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

Review request for Aurora and Kevin Sweeney.


Repository: aurora


Description
-------

Uses tags to track latest patch version, and .auroraversion contains 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 <jo...@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


Re: Review Request 17026: update release tag script to support patch versions as well as minor versions

Posted by Kevin Sweeney <ke...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17026/#review35487
-----------------------------------------------------------


Looks like an alternative version was merged at ec4472625c514e13550cb2d1033932b221c38d2a, marking this as dicarded.

- Kevin Sweeney


On Jan. 17, 2014, 11:57 a.m., Jonathan Boulle wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17026/
> -----------------------------------------------------------
> 
> (Updated Jan. 17, 2014, 11:57 a.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Bill Farner.
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> 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 <jo...@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
> 
>


Re: Review Request 17026: update release tag script to support patch versions as well as minor versions

Posted by Jonathan Boulle <jo...@twopensource.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17026/
-----------------------------------------------------------

(Updated Jan. 17, 2014, 7:57 p.m.)


Review request for Aurora, Kevin Sweeney and Bill Farner.


Repository: aurora


Description
-------

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


Diffs (updated)
-----

  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 <jo...@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


Re: Review Request 17026: update release tag script to support patch versions as well as minor versions

Posted by Jonathan Boulle <jo...@twitter.com>.
-----------------------------------------------------------
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 <jo...@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


Re: Review Request 17026: update release tag script to support patch versions as well as minor versions

Posted by Jonathan Boulle <jo...@twitter.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17026/
-----------------------------------------------------------

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


Review request for Aurora, Kevin Sweeney and Bill Farner.


Repository: aurora


Description
-------

Uses tags to track latest patch version, and .auroraversion contains 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 <jo...@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