Skip to content

Commit a194424

Browse files
author
Jason Weiss
committed
Preparing for 0.5.1-RC1 release
1 parent 6cc35a5 commit a194424

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
env:
12-
CSW_VERSION: "5.0.0"
13-
ESW_OCS_ENG_UI_VERSION: "0.3.0"
12+
CSW_VERSION: "5.0.1-RC1"
13+
ESW_OCS_ENG_UI_VERSION: "0.3.1-RC1"
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: coursier/[email protected]

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ All notable changes to this project will be documented in this file.
1212
## Upcoming Changes
1313
n/a
1414

15+
## [ESW v0.5.1] - 2023-03-28
16+
17+
- Updated releasing instructions
18+
19+
### Documentation
20+
- Reference paradox documentation: https://tmtsoftware.github.io/esw/0.5.1/
21+
- Scaladoc: https://tmtsoftware.github.io/esw/0.5.1/api/scala/index.html
22+
23+
### Supporting Releases
24+
25+
<a name="0-5-1-1"></a>1: [ESW v0.5.1-RC1](https://github.com/tmtsoftware/esw/releases/tag/v0.5.1-RC1) - 2023-03-28<br>
26+
1527
## [ESW v0.5.0] - 2022-11-14
1628

1729
- upgraded to Java 17

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the
1414

1515
| esw | csw |
1616
|------------|------------|
17+
| v0.5.1-RC1 | v5.0.1-RC1 |
1718
| v0.5.0 | v5.0.0 |
1819
| v0.5.0-RC2 | v5.0.0-RC2 |
1920
| v0.5.0-RC1 | v5.0.0-RC1 |
@@ -46,6 +47,7 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the
4647

4748
| Date | Tag | Source | Docs | Assets |
4849
|------------|------------|---------------------------------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------------|
50+
| 2023-03-28 | v0.5.1-RC1 | [esw-0.5.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.5.1-RC1) | [esw-0.5.0-RC1 docs](https://tmtsoftware.github.io/esw/0.5.1-RC1/) | [esw-0.5.0-RC1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.1-RC1) |
4951
| 2022-10-06 | v0.5.0-RC2 | [esw-0.5.0-RC2](https://github.com/tmtsoftware/esw/tree/v0.5.0-RC2) | [esw-0.5.0-RC2 docs](https://tmtsoftware.github.io/esw/0.5.0-RC2/) | [esw-0.5.0-RC2 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.0-RC2) |
5052
| 2022-09-15 | v0.5.0-RC1 | [esw-0.5.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.5.0-RC1) | [esw-0.5.0-RC1 docs](https://tmtsoftware.github.io/esw/0.5.0-RC1/) | [esw-0.5.0-RC1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.0-RC1) |
5153
| 2022-01-28 | v0.4.0-RC1 | [esw-0.4.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.4.0-RC1) | [esw-0.4.0-RC1 docs](https://tmtsoftware.github.io/esw/0.4.0-RC1/) | [esw-0.4.0-RC1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.4.0-RC1) |

notes/0.5.1-RC1.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## ESW - TMT Executive Software v0.5.1-RC1
2+
3+
This is the v0.5.1-RC1 of the TMT Executive Software.
4+
5+
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.
6+
7+
### Documentation
8+
9+
Paradox documentation can be found here: https://tmtsoftware.github.io/esw/0.5.1-RC1/

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sbt.version=1.6.1
22
#csw.version=680f0f3
3-
csw.version=5.0.0
3+
csw.version=5.0.1-RC1

0 commit comments

Comments
 (0)