> On Jan. 2, 2014, 6:51 p.m., Kevin Sweeney wrote: > > Where did this wind up landing? I see there's a tag object now at > > https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git;a=tag;h=d8fef7576b4faf16d2afc96e570c19a38b4a98af > > > > Maxim, was this a manual process or did you use a script?
Correct. The initial 0.2.0 tag was applied manually. - Maxim ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16265/#review31047 ----------------------------------------------------------- On Dec. 14, 2013, midnight, Kevin Sweeney wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/16265/ > ----------------------------------------------------------- > > (Updated Dec. 14, 2013, midnight) > > > Review request for Aurora, Maxim Khutornenko, Bill Farner, and Brian Wickman. > > > Repository: aurora > > > Description > ------- > > Script for creating tags. The workflow is as follows: > > Example for tagging 0.2.0-SNAPSHOT > 0. Sanity checks. > 1. Create a release-0.2.x branch off master. > 2. Create a single commit on that branch moving .auroraversion from > 0.2.0-SNAPSHOT to 0.2.0. > 3. Create a tag 0.2.0 for that commit. > 4. Create a commit on master moving .auroraversion from 0.2.0-SNAPSHOT to > 0.3.0-SNAPSHOT. > 5. More sanity checks, then everything can be pushed, downstream artifacts > can be built/published. > > > Diffs > ----- > > build-support/tag-release PRE-CREATION > > Diff: https://reviews.apache.org/r/16265/diff/ > > > Testing > ------- > > % ./build-support/tag-release > == Updating to latest master. > Current branch master is up to date. > == Incrementing snapshot version on master. > [master b8794ae] Incrementing snapshot version from 0.2.0-SNAPSHOT to > 0.3.0-SNAPSHOT. > 1 file changed, 1 insertion(+), 1 deletion(-) > == Creating release-0.2.x branch. > Switched to a new branch 'release-0.2.x' > == Committing updated .auroraversion. > [release-0.2.x b3bab21] aurora-0.2.0 release. > 1 file changed, 1 insertion(+), 1 deletion(-) > == Creating tag 0.2.0. > == Tag created. > > After you've verified that everything looks good, publish the new tag by > running: > git push origin master > git push release-0.2.x master > git push 0.2.0 master > > > Thanks, > > Kevin Sweeney > >