File tree Expand file tree Collapse file tree 5 files changed +26
-3
lines changed Expand file tree Collapse file tree 5 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 9
9
release :
10
10
runs-on : ubuntu-latest
11
11
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 "
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
-
uses :
coursier/[email protected]
Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ All notable changes to this project will be documented in this file.
12
12
## Upcoming Changes
13
13
n/a
14
14
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
+
15
27
## [ ESW v0.5.0] - 2022-11-14
16
28
17
29
- upgraded to Java 17
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the
14
14
15
15
| esw | csw |
16
16
| ------------| ------------|
17
+ | v0.5.1-RC1 | v5.0.1-RC1 |
17
18
| v0.5.0 | v5.0.0 |
18
19
| v0.5.0-RC2 | v5.0.0-RC2 |
19
20
| 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
46
47
47
48
| Date | Tag | Source | Docs | Assets |
48
49
| ------------| ------------| ---------------------------------------------------------------------| --------------------------------------------------------------------| ------------------------------------------------------------------------------------|
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 ) |
49
51
| 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 ) |
50
52
| 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 ) |
51
53
| 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 ) |
Original file line number Diff line number Diff line change
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/
Original file line number Diff line number Diff line change 1
1
sbt.version =1.6.1
2
2
# csw.version=680f0f3
3
- csw.version =5.0.0
3
+ csw.version =5.0.1-RC1
You can’t perform that action at this time.
0 commit comments