Jump to: navigation, search

Difference between revisions of "Trove/trove-dashboard"

(Created page with "== Trove-Dashboard Information == Link to project https://github.com/openstack/trove-dashboard Open reveiws https://review.openstack.org/#/q/project:openstack/trove-dashboar...")
 
(No difference)

Latest revision as of 19:43, 27 January 2016

Trove-Dashboard Information

Link to project https://github.com/openstack/trove-dashboard

Open reveiws https://review.openstack.org/#/q/project:openstack/trove-dashboard+status:open

Releasing

To release the trove-dashboard project its not tied to the rest of the openstack releases. Instead the trove-core team has permission to make a release.

Requirements

You need a gpg key to sign the tag.

Steps to Release

  1. Checkout the branch or change you want tag for a release.
  2. git tag -asm "Adding <version_number> tag" <version_number>
  3. git push gerrit <version_number>