- Make sure
esw-web-app-template.g8is green after following its release steps - update
ESW&CSWrelated dependency versions inLibs.scalaofbackendproject - update
sbt-docsversions in top levelplugins.sbtused bydocsproject - update
esw-tsversions inpackage.jsonoffrontendproject - Run
npm installinfrontendproject, so thatpackage-lock.jsonalso gets updated version. - Commit and push your changes
- create the appropriate release tag using git and push the tag e.g.
git tag v0.1.0-RC1andgit push origin v0.1.0-RC1