Skip to content

Commit ae92937

Browse files
committed
ESW-384: Shubham | Mausam : Update version in build.sbt. Fix releaseing.md
1 parent 037a95e commit ae92937

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

RELEASING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Releasing
22

33
Steps for releasing:
4+
1. Update version in `build.sbt` file.
45

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

7-
2. update msocket tag version in csw, esw
9+
3. update msocket tag version in csw, esw

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
44
inThisBuild(
55
Seq(
66
scalaVersion := "2.13.3",
7-
version := "0.1.0-SNAPSHOT",
7+
version := "0.2.0",
88
organization := "com.github.tmtsoftware.msocket",
99
organizationName := "ThoughtWorks",
1010
resolvers ++= Seq(

0 commit comments

Comments
 (0)