-
Notifications
You must be signed in to change notification settings - Fork 19
Deployment
When you're ready to do a new release, there are a few steps you need to follow.
-
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. -
Tag the release.
Check out the releases we've done already. Follow the same style when tagging your new release. -
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. -
Login to the ReadyTalk Jenkins instance.
Follow the instructions located in the the swt-bling-release job description. -
Have a beer.
Great job, you've published a swt-bling release!