Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.33 KB

RELEASING.md

File metadata and controls

17 lines (13 loc) · 1.33 KB

Releasing

  1. Update the version number in the akka-management-xx-stable project name in the whitesource web UI
    • For example you'd call the project akka-management-0.7-stable
  2. Create a new release with the next tag version (e.g. v0.7), title and release description including notable changes mentioning external contributors.
  3. Travis CI will start a CI build for the new tag and publish artifacts to Bintray.
  4. Login to Bintray and sync artifacts to Maven Central.
  5. http://developer.lightbend.com/docs/akka-management/current/ should automatically sync after a while

Releasing only updated docs

It is possible to release a revised documentation to the already existing release.

  1. Create a new branch from a release tag. If a revised documentation is for the v0.7 release, then the name of the new branch should be docs/v0.7.
  2. Make all of the required changes to the documentation.
  3. Add and commit version.sbt file that sets the version to the one, that is being revised. For example version in ThisBuild := "0.7".
  4. Push the branch. Tech Hub will see the new branch and will build and publish revised documentation.