From ae92937ef53eab0c02d586fac60a6e47fe545361 Mon Sep 17 00:00:00 2001 From: Shubham Jaybhaye Date: Fri, 4 Dec 2020 15:51:07 +0530 Subject: [PATCH] ESW-384: Shubham | Mausam : Update version in build.sbt. Fix releaseing.md --- RELEASING.md | 6 ++++-- build.sbt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index f1e29a6..fbf5242 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 diff --git a/build.sbt b/build.sbt index 1746754..b3654f1 100644 --- a/build.sbt +++ b/build.sbt @@ -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(