Jump to: navigation, search

Trove/trove-dashboard

< Trove
Revision as of 19:43, 27 January 2016 by Cp16net (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>