Skip to content

Commit

Permalink
#ESW-575: Manish | Himanshu : Version and cleanup changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Mertia committed Feb 1, 2022
1 parent 5e04ec2 commit 6bf0296
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: laughedelic/coursier-setup@v1
- uses: coursier/setup-action@v1
with:
jvm: 11
apps: sbt sbtn
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
ESW_VERSION: "0.4.0-RC1"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: increase file watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

- uses: actions/checkout@v2
- uses: coursier/setup-action@v1
with:
Expand Down Expand Up @@ -46,7 +42,7 @@ jobs:
run: |
sbtn scalafmtCheck
sbtn clean
sbtn -Dprod.publish=true makeSite
sbt -Dprod.publish=true makeSite
npm run build
- name: Tests
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ESW-TS is a Javascript/Typescript wrapper for TMT backend services.
This source code is in github repository: [ESW-TS](https://github.com/tmtsoftware/esw-ts)
Npm module published for ESW-TS can be found [here](https://www.npmjs.com/package/@tmtsoftware/esw-ts)

## [ESW-TS v0.3.0-RC1] - 2022-01-31
## [ESW-TS v0.3.0-RC1] - 2022-02-01

This release contians minor fixes.

### Supporting Releases

<a name="0-3-0-1"></a>1: [ESW-TS v0.3.0-RC1](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.3.0-RC1) - 2022-01-31<br>
<a name="0-3-0-1"></a>1: [ESW-TS v0.3.0-RC1](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.3.0-RC1) - 2022-02-01<br>

## [ESW-TS v0.2.0] - 2021-09-23

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Document automatically gets released using release pipeline.

| Date | Tag | Source | Docs | Assets |
|-----|-----|-----|-----|-----|
| 2021-09-17 | v0.3.0-RC1 | [esw-0.3.0-RC1](https://github.com/tmtsoftware/esw-ts/tree/v0.3.0-RC1) | [esw-0.3.0-RC1 docs](https://tmtsoftware.github.io/esw-ts/0.3.0-RC1/) | [esw-0.3.0-RC1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.3.0-RC1) |
| 2022-02-01 | v0.3.0-RC1 | [esw-0.3.0-RC1](https://github.com/tmtsoftware/esw-ts/tree/v0.3.0-RC1) | [esw-0.3.0-RC1 docs](https://tmtsoftware.github.io/esw-ts/0.3.0-RC1/) | [esw-0.3.0-RC1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.3.0-RC1) |
| 2021-09-17 | v0.2.0-RC2 | [esw-0.2.0-RC2](https://github.com/tmtsoftware/esw-ts/tree/v0.2.0-RC2) | [esw-0.2.0-RC2 docs](https://tmtsoftware.github.io/esw-ts/0.2.0-RC2/) | [esw-0.2.0-RC2 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.2.0-RC2) |
| 2021-08-23 | v0.2.0-RC1 | [esw-0.2.0-RC1](https://github.com/tmtsoftware/esw-ts/tree/v0.2.0-RC1) | [esw-0.2.0-RC1 docs](https://tmtsoftware.github.io/esw-ts/0.2.0-RC1/) | [esw-0.2.0-RC1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.2.0-RC1) |
| 2021-07-08 | v0.2.0-M1 | [esw-0.2.0-M1](https://github.com/tmtsoftware/esw-ts/tree/v0.2.0-M1) | [esw-0.2.0-M1 docs](https://tmtsoftware.github.io/esw-ts/0.2.0-M1/) | [esw-0.2.0-M1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.2.0-M1) |
Expand Down
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ jdk:
- adoptopenjdk11
before_install:
- export JITPACK_VERSION=$VERSION
- wget https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.6.0/sbt-launch-1.6.0.jar
- 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.0.jar -Dsbt.log.noformat=true clean publishM2
java -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=512m -jar sbt-launch-1.6.1.jar -Dsbt.log.noformat=true clean publishM2

0 comments on commit 6bf0296

Please sign in to comment.