Skip to content

Commit

Permalink
#ESW-383 : Manish : Fix RELEASING.md file with correct bintray creden…
Browse files Browse the repository at this point in the history
…tials file path
  • Loading branch information
Manish3323 committed Nov 5, 2020
1 parent c0a8bce commit 8c3b87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
then add `version := "1.0.0"` to `build.sbt`
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
1. Make sure you have valid bintray credentials in `~/.bintray/.credentials` file
and run `sbt publish`.
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.1.0-SNAPSHOT"
version := "0.2.0-RC1"
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 8c3b87b

Please sign in to comment.