Skip to content

Commit

Permalink
ESW-384: Shubham | Mausam : Update version in build.sbt. Fix releasei…
Browse files Browse the repository at this point in the history
…ng.md
  • Loading branch information
shubhamJay committed Dec 4, 2020
1 parent 037a95e commit ae92937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Releasing

Steps for releasing:
1. Update version in `build.sbt` file.

1. Run `release.sh $VERSION$` with version of msocket
2. Run `release.sh $VERSION$` with version of msocket
**Note:** `PROD=true` environment variable needs to be set before running `release.sh`

2. update msocket tag version in csw, esw
3. update msocket tag version in csw, esw
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
inThisBuild(
Seq(
scalaVersion := "2.13.3",
version := "0.1.0-SNAPSHOT",
version := "0.2.0",
organization := "com.github.tmtsoftware.msocket",
organizationName := "ThoughtWorks",
resolvers ++= Seq(
Expand Down

0 comments on commit ae92937

Please sign in to comment.