Skip to content

Commit

Permalink
Preparing for 0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Weiss committed Apr 13, 2023
1 parent 2517330 commit c1310bd
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 18 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: "5.0.1-RC1" # Change before releasing (before tagging repo)
ESW_VERSION: "0.5.0-RC1"
CSW_VERSION: "5.0.1" # Change before releasing (before tagging repo)
ESW_VERSION: "0.5.0"
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.4.1-RC1 --allow-same-version --no-git-tag-version
npm version v0.4.1 --allow-same-version --no-git-tag-version
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Npm module published for ESW-TS can be found [here](https://www.npmjs.com/packag
## Upcoming Changes
n/a

## [ESW-TS v0.4.1] - 2023-03-28
## [ESW-TS v0.4.1] - 2023-04-12

* Updated release instructions

Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,27 +177,29 @@ Document automatically gets released using release pipeline.

## Version compatibility

| esw-ts | esw | csw |
|------------|------------|------------|
| esw-ts | esw | csw |
|--------|--------|--------|
| v0.4.1 | v0.5.1 | v5.0.1 |
| v0.4.1-RC1 | v0.5.1-RC1 | v5.0.1-RC1 |
| v0.4.0 | v0.5.0 | v5.0.0 |
| v0.4.0 | v0.5.0 | v5.0.0 |
| v0.4.0-RC2 | v0.5.0-RC2 | v5.0.0-RC2 |
| v0.4.0-RC1 | v0.5.0-RC1 | v5.0.0-RC1 |
| v0.3.0 | v0.4.0 | v4.0.1 |
| v0.3.0 | v0.4.0 | v4.0.1 |
| v0.3.0-RC1 | v0.4.0-RC1 | v4.0.1-RC1 |
| v0.2.0 | v0.3.0 | v4.0.0 |
| v0.2.0 | v0.3.0 | v4.0.0 |
| v0.2.0-RC2 | v0.3.0-RC2 | v4.0.0-RC2 |
| v0.2.0-RC1 | v0.3.0-RC1 | v4.0.0-RC1 |
| v0.2.0-M1 | v0.3.0-M1 | v4.0.0-M1 |
| v0.1.0 | v0.2.1 | v0.3.1 |
| v0.2.0-M1 | v0.3.0-M1 | v4.0.0-M1 |
| v0.1.0 | v0.2.1 | v0.3.1 |
| v0.1.0-RC1 | v0.2.0-RC1 | v0.3.0-RC1 |
| v0.1.0-M1 | v0.2.0-M1 | v0.3.0-M1 |
| v0.1.0-M1 | v0.2.0-M1 | v0.3.0-M1 |

## Public Release History

| Date | Tag | Source | Docs | Assets |
|------------|--------|-------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------|
| 2022-11-15 | v0.4.0 | [esw-ts-0.3.0](https://github.com/tmtsoftware/esw-ts/tree/v0.4.0) | [esw-ts-0.3.0 docs](https://tmtsoftware.github.io/esw-ts/0.4.0/) | [esw-ts-0.4.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.4.0) |
| 2023-04-12 | v0.4.1 | [esw-ts-0.4.1](https://github.com/tmtsoftware/esw-ts/tree/v0.4.1) | [esw-ts-0.4.1 docs](https://tmtsoftware.github.io/esw-ts/0.4.1/) | [esw-ts-0.4.1 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.4.1) |
| 2022-11-15 | v0.4.0 | [esw-ts-0.4.0](https://github.com/tmtsoftware/esw-ts/tree/v0.4.0) | [esw-ts-0.4.0 docs](https://tmtsoftware.github.io/esw-ts/0.4.0/) | [esw-ts-0.4.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.4.0) |
| 2022-02-09 | v0.3.0 | [esw-ts-0.3.0](https://github.com/tmtsoftware/esw-ts/tree/v0.3.0) | [esw-ts-0.3.0 docs](https://tmtsoftware.github.io/esw-ts/0.3.0/) | [esw-ts-0.3.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.3.0) |
| 2021-09-23 | v0.2.0 | [esw-ts-0.2.0](https://github.com/tmtsoftware/esw-ts/tree/v0.2.0) | [esw-ts-0.2.0 docs](https://tmtsoftware.github.io/esw-ts/0.2.0/) | [esw-ts-0.2.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.2.0) |
| 2021-02-01 | v0.1.0 | [esw-ts-0.1.0](https://github.com/tmtsoftware/esw-ts/tree/v0.1.0) | [esw-ts-0.1.0 docs](https://tmtsoftware.github.io/esw-ts/0.1.0/) | [esw-ts-0.1.0 assets](https://github.com/tmtsoftware/esw-ts/releases/tag/v0.1.0) |
Expand Down
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 = '5.0.1-RC1'
const csw_sha = '5.0.1'
//const esw_sha = '06a6bf1'
const esw_sha = '0.5.1-RC1'
const esw_sha = '0.5.1'

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.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ESW-TS - v0.4.1

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

This version is compatible with `ESW` version v0.5.1

This version is compatible with `CSW` version v5.0.1

## Documentation

Paradox documentation can be found [here](https://tmtsoftware.github.io/esw-ts/0.4.1/)
The API documentation can be found [here](https://tmtsoftware.github.io/esw-ts/0.4.1/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.4.1-RC1",
"version": "0.4.1",
"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 = "0.5.1-RC1"
private val defaultESWVersion = "0.5.1"

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 = "5.0.1-RC1"
private val defaultCswVersion = "5.0.1"

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

0 comments on commit c1310bd

Please sign in to comment.