Sha256: 7d5cc7eeb8994eba5bd8ac199a580a038a37fd8ec0649f3d22225041711d4d59

Contents?: true

Size: 712 Bytes

Versions: 2

Compression:

Stored size: 712 Bytes

Contents

You can use the script ``./scripts/bumpversion.py`` which will handle
everything (incrementation, git tag creation, changelog update).
First you need to install bumpversion using pip::

  sudo pip2 install bumpversion

Then for the actual releasing:

1) After each release, a new version has to be created (in this example, the 2.7.0 dev)::

  python2 ./scripts/bumpversion.py newversion minor  # 2.6.7 -> 2.7.0.dev

2) [work/commit]

3) Releasing a new version::

  python2 ./scripts/bumpversion.py release  # 2.7.0.dev -> 2.7.0 + git tag + changelog
  gem build kameleon-builder.gemspec
  gem push kameleon-builder-2.7.0.gem

You need a rubygem account and I have to give you permissions so that you can push.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kameleon-builder-2.7.4 RELEASING.rst
kameleon-builder-2.7.3 RELEASING.rst