-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#ESW-000: Himanshu | Manish : Add alias for jitpack version
- Loading branch information
Himanshu Mertia
committed
Jan 25, 2022
1 parent
ddc7540
commit cee498e
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Releasing | ||
|
||
Steps for releasing: | ||
1. Update version in `build.sbt` file. | ||
|
||
2. Run `release.sh $VERSION$` with version of msocket | ||
1. Run `release.sh $VERSION$` with version of msocket | ||
**Note:** `PROD=true` environment variable needs to be set before running `release.sh` | ||
|
||
3. update msocket tag version in csw, esw | ||
2. update msocket tag version in csw, esw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
jdk: | ||
- adoptopenjdk11 | ||
before_install: | ||
- export JITPACK_VERSION=$VERSION | ||
- wget https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.6.1/sbt-launch-1.6.1.jar | ||
install: | ||
- java -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=512m -jar sbt-launch-1.6.1.jar -Dsbt.log.noformat=true clean publishM2 |