Jump to: navigation, search

Trove/trove-dashboard

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>