[openstack-dev] [congress] following up on releasing kilo milestone 2

James E. Blair corvus at inaugust.com
Thu Feb 12 01:26:44 UTC 2015


sean roberts <seanroberts66 at gmail.com> writes:

> At our last meeting I volunteered to figure out what we need to do for
> milestone 2. Here is what I propose:
>
> Repo cleanup:
> We tag today's release with 2015.1.0b2. This is copying tag the other
> openstack projects are using. I believe below is the correct syntax. Let me
> know if there is a cleaner way and/or if setting the head pointer to a
> specific commit is more accurate.
>
> git checkout master
> git pull --ff-only
> git tag -s 2015.1.0b2
> git push gerrit 2015.1.0b2

Yes, this matches:

  http://docs.openstack.org/infra/manual/drivers.html#tagging-a-release

But yes, if you want to tag a specific commit instead of the tip of
master, you can do that.

-Jim



More information about the OpenStack-dev mailing list