Skip to content

Commit

Permalink
preparing for v0.4.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
dencoded committed Sep 15, 2022
1 parent 00abb39 commit 8010d9d
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
release:
env:
CSW_VERSION: "4.0.1" # Change before releasing (before tagging repo)
ESW_VERSION: "0.4.0"
CSW_VERSION: "5.0.0-RC1" # Change before releasing (before tagging repo)
ESW_VERSION: "0.5.0-RC1"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: NPM Publish
run: |
npm version v0.3.0 --allow-same-version --no-git-tag-version
npm version v0.4.0-RC1 --allow-same-version --no-git-tag-version
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ Npm module published for ESW-TS can be found [here](https://www.npmjs.com/packag

## Upcoming Changes

## [ESW-TS v0.4.0] - 2022-09-15

* Added missing standard units
* Added `subscribeObserveEvents` Api in EventService
* Added `ObserveEventNames` helper class related to Observe Events

### Supporting Releases

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

## [ESW-TS v0.3.0] - 2022-02-09

This release contains minor fixes.
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@ Document automatically gets released using release pipeline.

## Pre-Release History

| Date | Tag | Source | Docs | Assets |
|-----|-----|-----|-----|-----|
| Date | Tag | Source | Docs | Assets |
|------------|------------|------------------------------------------------------------------------|-----|---------------------------------------------------------------------------------------|
| 2022-09-15 | v0.4.0-RC1 | [esw-0.4.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.4.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) |
| 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) |
| 2020-11-11 | v0.1.0-RC1 | [esw-0.1.0-RC1](https://github.com/tmtsoftware/esw-ts/tree/v0.1.0-RC1) | [esw-0.1.0-RC1 docs](https://tmtsoftware.github.io/esw-ts/0.1.0-RC1/) | [esw-0.1.0-RC1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.1.0-RC1) |
| 2020-09-28 | v0.1.0-M1 | [esw-0.1.0-M1](https://github.com/tmtsoftware/esw-ts/tree/v0.1.0-M1) | [esw-0.1.0-M1 docs](https://tmtsoftware.github.io/esw-ts/0.1.0-M1/) | [esw-0.1.0-M1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.1.0-M1) |
| 2020-09-28 | v0.1.0-M1 | [esw-0.1.0-M1](https://github.com/tmtsoftware/esw-ts/tree/v0.1.0-M1) | [esw-0.1.0-M1 docs](https://tmtsoftware.github.io/esw-ts/0.1.0-M1/) | [esw-0.1.0-M1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.1.0-M1) |
4 changes: 2 additions & 2 deletions integration/utils/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const appLauncherSync = (name: string, version = 'master-SNAPSHOT') =>

//const csw_sha = '5088284'
//const csw_sha = 'a24934e'
const csw_sha = '9877198'
const csw_sha = '879ffae'
//const esw_sha = '06a6bf1'
const esw_sha = '1ea12a9'
const esw_sha = 'bc4c382'

export const executeServicesScript = appLauncher('backend-testkit-services', esw_sha)
export const executeComponentScript = appLauncher('backend-testkit-component', esw_sha)
Expand Down
13 changes: 13 additions & 0 deletions notes/0.4.0-RC1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ESW-TS - v0.4.0-RC1

This is a pre release of the ESW-TS npm module version v0.4.0-RC1
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

This version is compatible with `ESW` version v0.5.0-RC1

This version is compatible with `CSW` version v5.0.0-RC1

## Documentation

Paradox documentation can be found [here](https://tmtsoftware.github.io/esw-ts/0.4.0-RC1/)
The API documentation can be found [here](https://tmtsoftware.github.io/esw-ts/0.4.0-RC1/common/ts-docs.html)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmtsoftware/esw-ts",
"version": "0.3.0",
"version": "0.4.0-RC1",
"description": "Typescript client for gateway",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Libs {
}

object ESW {
private val defaultESWVersion = "3b1cd4240f"
private val defaultESWVersion = "bc4c382183"

val Version: String = sys.props.get("prod.publish") match {
case Some("true") => sys.env.getOrElse("ESW_VERSION", defaultESWVersion)
Expand All @@ -21,7 +21,7 @@ object ESW {
}

object CSW {
private val defaultCswVersion = "94093074b3"
private val defaultCswVersion = "879ffaefd7"

val Version: String = sys.props.get("prod.publish") match {
case Some("true") => sys.env.getOrElse("CSW_VERSION", defaultCswVersion)
Expand Down

0 comments on commit 8010d9d

Please sign in to comment.