sean roberts <[email protected]> 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 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
