Files
js-openstack-lib/doc/source/releasing.rst
Corentin Ardeois 58a4b79f65 Added documentation for releasing
This patch document the release guilines to publish js-openstack-lib
to npm.

Change-Id: I54f5ac4b418f057f17f4eaac4e06f72948d1f096
2016-10-12 14:56:00 -04:00

733 B
Raw Blame History

How to release js-openstack-lib

Only follow these steps if you have authority to release a version of js-openstack-lib.

  1. Ensure that you have gpg set up locally. If you do not currently have gpg installed:

    brew install gpg gpg2

    Set up your gpg key:

    https://wiki.openstack.org/wiki/Oslo/ReleaseProcess#Setting_Up_GPG

  2. git pull --ff-only

  3. git tag -s <version number>

  4. git push gerrit <version number>

    Git wont have a remote named gerrit until the first time git-review runs. You may need to run git review -s before the push.

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