Skip to content
Ben Limmer edited this page Feb 21, 2014 · 2 revisions

When you're ready to do a new release, there are a few steps you need to follow.

  1. Up the version in gradle.properties.
    Release versions must not end in -SNAPSHOT. Please follow semantic versioning when choosing an appropriate release version number. Commit this change.

  2. Tag the release.
    Check out the releases we've done already. Follow the same style when tagging your new release.

  3. Up the version in gradle.properties and commit it.
    Do this after you've created the tag to ensure we don't overwrite the version we're about to release. Make sure to add -SNAPSHOT to the end of the version for development.

  4. Login to the ReadyTalk Jenkins instance.
    Follow the instructions located in the the swt-bling-release job description.

  5. Have a beer.
    Great job, you've published a swt-bling release!

Clone this wiki locally