Skip to content

Commit

Permalink
#ESW-384: Shubham | Mausam : Update release version. Fix RELEASING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
mausamyede committed Dec 4, 2020
1 parent 8c3b87b commit 66beea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Create `project/plugins.sbt`:

```sbt
resolvers += Resolver.bintrayRepo("twtmt", "sbt-plugins")
addSbtPlugin("com.github.tmtsoftware" % "sbt-docs" % "0.2.0-RC1")
addSbtPlugin("com.github.tmtsoftware" % "sbt-docs" % "0.2.0")
```

Inside `build.sbt`, add `DocsPlugin` to a subproject:
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Steps to release sbt-docs:

1. Make sure `dev` ci pipeline is green.
1. Change release version in `build.sbt`. For example, if you want to release version 1.0.0
1. Update `README.md` with the version to be released.
1. 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`
1. Update `README.md` with the version to be released and commit the changes.
1. Run `release.sh $VERSION$` script by providing version number argument.
**Note:** `PROD=true` environment variable needs to be set before running `release.sh`
1. Make sure you have valid bintray credentials in `~/.bintray/.credentials` file
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := """sbt-docs"""
organization := "com.github.tmtsoftware"
version := "0.2.0-RC1"
version := "0.2.0"
description := "An sbt plugin for publishing markdown documentation to github pages"
homepage := scmInfo.value map (_.browseUrl)
scmInfo := Some(ScmInfo(url("https://github.com/tmtsoftware/sbt-docs"), "scm:git:[email protected]:tmtsoftware/sbt-docs.git"))
Expand Down

0 comments on commit 66beea7

Please sign in to comment.