Skip to content

Commit

Permalink
#ESW-576: Manish : Updates before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish3323 committed Feb 9, 2022
1 parent 2e6eb96 commit 8c14f9f
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branchLinkCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: laughedelic/coursier-setup@v1
with:
jvm: 11
- uses: coursier/cache-action@v5
- uses: coursier/cache-action@v6

- name: Paradox Validate Links
run: sbtn docs/paradoxValidateLinks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
jvm: 11
apps: sbt sbtn
- uses: coursier/cache-action@v5
- uses: coursier/cache-action@v6

- name: Install Redis
run: sudo apt-get install redis-server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/masterLinkCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: laughedelic/coursier-setup@v1
with:
jvm: 11
- uses: coursier/cache-action@v5
- uses: coursier/cache-action@v6

- name: Paradox Validate Links
run: sbtn docs/paradoxValidateLinks
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
release:
runs-on: ubuntu-latest
env:
CSW_VERSION: "4.0.1-RC1"
ESW_OCS_ENG_UI_VERSION: "0.2.0-RC1"
CSW_VERSION: "4.0.1"
ESW_OCS_ENG_UI_VERSION: "0.2.0"
steps:
- uses: actions/checkout@v2
- uses: laughedelic/coursier-setup@v1
with:
jvm: 11
apps: sbt sbtn
- uses: coursier/cache-action@v5
- uses: coursier/cache-action@v6

- uses: actions/setup-node@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Here is the repository for ESW: [ESW](https://github.com/tmtsoftware/esw).

All notable changes to this project will be documented in this file.

## [ESW v0.4.0] - 2022-01-28
## [ESW v0.4.0] - 2022-02-09

This release contains minor fixes.

### Documentation
- Reference paradox documentation: https://tmtsoftware.github.io/esw/0.4.0-RC1/
- Scaladoc: https://tmtsoftware.github.io/esw/0.4.0-RC1/api/scala/index.html
- Reference paradox documentation: https://tmtsoftware.github.io/esw/0.4.0/
- Scaladoc: https://tmtsoftware.github.io/esw/0.4.0/api/scala/index.html

### Supporting Releases

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the

| esw | csw |
|------------|------------|
| v0.4.0 | v4.0.1 |
| v0.4.0-RC1 | v4.0.1-RC1 |
| v0.3.0 | v4.0.0 |
| v0.3.0-RC2 | v4.0.0-RC2 |
Expand All @@ -29,8 +30,9 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the

## Public Release History

| Date | Tag | Source | Docs | Assets |
|-----|-----|-----|-----|-----|
| Date | Tag | Source | Docs | Assets |
|------------|--------|-------------------------------------------------------------|------------------------------------------------------------|----------------------------------------------------------------------------|
| 2022-02-09 | v0.4.0 | [esw-0.4.0](https://github.com/tmtsoftware/esw/tree/v0.4.0) | [esw-0.4.0 docs](https://tmtsoftware.github.io/esw/0.4.0/) | [esw-0.4.0 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.4.0) |
| 2021-09-23 | v0.3.0 | [esw-0.3.0](https://github.com/tmtsoftware/esw/tree/v0.3.0) | [esw-0.3.0 docs](https://tmtsoftware.github.io/esw/0.3.0/) | [esw-0.3.0 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.3.0) |
| 2021-01-29 | v0.2.1 | [esw-0.2.1](https://github.com/tmtsoftware/esw/tree/v0.2.1) | [esw-0.2.1 docs](https://tmtsoftware.github.io/esw/0.2.1/) | [esw-0.2.1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.2.1) |
| 2021-01-29 | v0.2.0 | [esw-0.2.0](https://github.com/tmtsoftware/esw/tree/v0.2.0) | [esw-0.2.0 docs](https://tmtsoftware.github.io/esw/0.2.0/) | [esw-0.2.0 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.2.0) |
Expand Down
9 changes: 9 additions & 0 deletions notes/0.4.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## ESW - TMT Executive Software v0.4.0

This is the v0.4.0 of the TMT Executive Software.

See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

### Documentation

Paradox documentation can be found here: https://tmtsoftware.github.io/esw/0.4.0/
1 change: 1 addition & 0 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ object Common {
// and the maven repo match
version := sys.env.getOrElse("JITPACK_VERSION", "0.1.0-SNAPSHOT"),
fork := true,
javaOptions += "-Xmx2G",
Test / fork := false,
Test / javaOptions ++= Seq("-Dakka.actor.serialize-messages=on"),
cancelable in Global := true, // allow ongoing test(or any task) to cancel with ctrl + c and still remain inside sbt
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.6.1
csw.version=4.0.1-RC1
csw.version=4.0.1

0 comments on commit 8c14f9f

Please sign in to comment.