Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 451 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 451 Bytes

Steps to release sbt-docs:

  1. Make sure dev ci pipeline is green.
  2. Change release version in build.sbt. For example, if you want to release version 1.0.0 then add version := "1.0.0" to build.sbt
  3. Update README.md with the version to be released and commit the changes.
  4. Run release.sh $VERSION$ script by providing version number argument. Note: PROD=true environment variable needs to be set before running release.sh