Closed
Description
Release process should be automated. The steps are:
- merge release branch (git flow finish release <release number>)
- update version in version.sbt and ui/package.json
- generate changelog
- run unit tests (sbt test)
- publish to bintray (sbt publish)
- publish latest package to bintray
- publish to docker (sbt docker:publish)
- commit changes (git commit)
This can be achieve with sbt-release.