Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make release process easier #28

Closed
To-om opened this issue Nov 23, 2016 · 0 comments
Closed

Make release process easier #28

To-om opened this issue Nov 23, 2016 · 0 comments
Assignees
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Nov 23, 2016

Release process should be automated. The steps are:

  1. merge release branch (git flow finish release <release number>)
  2. update version in version.sbt and ui/package.json
  3. generate changelog
  4. run unit tests (sbt test)
  5. publish to bintray (sbt publish)
  6. publish latest package to bintray
  7. publish to docker (sbt docker:publish)
  8. commit changes (git commit)

This can be achieve with sbt-release.

@To-om To-om added this to the 2.9.2 milestone Nov 23, 2016
@To-om To-om self-assigned this Nov 23, 2016
To-om added a commit that referenced this issue Nov 28, 2016
To-om pushed a commit that referenced this issue Nov 29, 2016
To-om pushed a commit that referenced this issue Nov 29, 2016
@To-om To-om closed this as completed Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant