Skip to content

Commit

Permalink
'Prepare for RC2'
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnov08 committed Sep 20, 2021
1 parent 9caff37 commit ab7b366
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 15 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

The ESW-OCS-ENG-UI provides a browser based User Interface to manage and track sequences in different observing mode. It also provides features like running parallel observation in different observation modes by checking for any resource conflict.

This source code is in github repository: [ESW-OCS-ENG-UI](https://github.com/tmtsoftware/esw-ocs-eng-ui))
This source code is in GitHub repository: [ESW-OCS-ENG-UI](https://github.com/tmtsoftware/esw-ocs-eng-ui))

## [ESW-OCS-ENG-UI v0.1.0] - upcoming release

This is the first release of ESW-OCS-ENG-UI for project stakeholders.

### Documentation

* Reference paradox documentation: https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0-RC1/
* Reference paradox documentation: https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0-RC2/

### Supporting Releases

<a name="0-1-0-1"></a>1: [ESW-OCS-ENG-UI v0.1.0-RC1](https://github.com/tmtsoftware/ESW-OCS-ENG-UI/releases/tag/v0.1.0-RC1) - 2021-08-24<br>
<a name="0-1-0-2"></a>1: [ESW-OCS-ENG-UI v0.1.0-M1](https://github.com/tmtsoftware/ESW-OCS-ENG-UI/releases/tag/v0.1.0-M1) - 2021-07-13<br>
<a name="0-1-0-1"></a>1: [ESW-OCS-ENG-UI v0.1.0-M1](https://github.com/tmtsoftware/ESW-OCS-ENG-UI/releases/tag/v0.1.0-M1) - 2021-07-13<br>
<a name="0-1-0-2"></a>2: [ESW-OCS-ENG-UI v0.1.0-RC1](https://github.com/tmtsoftware/ESW-OCS-ENG-UI/releases/tag/v0.1.0-RC1) - 2021-08-24<br>
<a name="0-1-0-3"></a>3: [ESW-OCS-ENG-UI v0.1.0-RC2](https://github.com/tmtsoftware/ESW-OCS-ENG-UI/releases/tag/v0.1.0-RC2) - 2021-09-20<br>
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ npm run test:unit:watch

## How to Use the Project

The project has following structure:
The project has the following structure:

```bash
.
Expand All @@ -97,6 +97,7 @@ The project has following structure:

| esw-ocs-eng-ui | esw | csw |
|--------|-----|-----|
| v0.1.0-RC2 | v0.3.0-RC2 | v4.0.0-RC2 |
| v0.1.0-RC1 | v0.3.0-RC1 | v4.0.0-RC1 |
| v0.1.0-M1 | v0.3.0-M1 | v4.0.0-M1 |

Expand All @@ -109,6 +110,7 @@ The project has following structure:

| Date | Tag | Source | Docs | Assets |
|-----|-----|-----|-----|-----|
| 2021-09-20 | v0.1.0-RC2 | [esw-ocs-eng-ui-0.1.0-RC2](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.1.0-RC2) | [esw-ocs-eng-ui-0.1.0-RC2 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0-RC2/) | [esw-ocs-eng-ui-0.1.0-RC2 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.1.0-RC2) |
| 2021-08-24 | v0.1.0-RC1 | [esw-ocs-eng-ui-0.1.0-RC1](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.1.0-RC1) | [esw-ocs-eng-ui-0.1.0-RC1 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0-RC1/) | [esw-ocs-eng-ui-0.1.0-RC1 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.1.0-RC1) |
| 2021-07-13 | v0.1.0-M1 | [esw-ocs-eng-ui-0.1.0-M1](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.1.0-M1) | [esw-ocs-eng-ui-0.1.0-M1 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0-M1/) | [esw-ocs-eng-ui-0.1.0-M1 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.1.0-M1) |

Expand Down
16 changes: 8 additions & 8 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

1. Create a branch named `branch-<major>.<minor>.x` if not already exists from `master`. Example branch name `branch-3.0.x`.
All subsequent release for this release cycle should be done on this branch. All further steps are to be done on this branch.
1. Add release notes (`notes/<version>.markdown`) - only for RC and Main release
1. Update top-level `CHANGELOG.md`
1. Update top-level `README.md`
1. Update `@tmtsoftware/esw-ts` & other dependencies in the package.json
1. Update `version` number in `package.json`
1. Create a version compatibility table in the Readme.md (if there is none) - for esw, csw and esw-ocs-eng-ui
1. Commit and push the changes to `branch-<major>.<minor>.x` branch. Ensure that pipeline is green for dev and paradox link check.
1. Run `release.sh $VERSION$` script by providing version number argument (This triggers release workflow)
2. Add release notes (`notes/<version>.markdown`) - only for RC and Main release
3. Update top-level `CHANGELOG.md`
4. Update top-level `README.md`
5. Update `@tmtsoftware/esw-ts` & other dependencies in the package.json
6. Update `version` number in `package.json`
7. Create a version compatibility table in the Readme.md (if there is none) - for esw, csw and esw-ocs-eng-ui
8. Commit and push the changes to `branch-<major>.<minor>.x` branch. Ensure that pipeline is green for dev and paradox link check.
9. Run `release.sh $VERSION$` script by providing version number argument (This triggers release workflow)
For ex: If you are publishing `1.0.0` then run `release.sh v1.0.0`
Note: `PROD=true` environment variable needs to be set before running `release.sh`

Expand Down
11 changes: 11 additions & 0 deletions notes/0.1.0-RC2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ESW-OCS-ENG-UI - v0.1.0-RC2

This is a pre-release of the ESW-OCS-ENG-UI application version v0.1.0-RC2
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

This version is compatible with `ESW` version v0.3.0-RC2
This version is compatible with `CSW` version v4.0.0-RC2

## Documentation

Paradox documentation can be found [here](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0-RC2/)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "esw-ocs-eng-ui",
"author": "TMT",
"version": "0.1.0-RC1",
"version": "0.1.0-RC2",
"license": "Apache License, Version 2.0",
"type": "module",
"dependencies": {
"@tmtsoftware/esw-ts": "git+https://github.com/tmtsoftware/esw-ts#f80b4286d557922acdc65ba3f1aa159273e110d2",
"@tmtsoftware/esw-ts": "0.2.0-RC2",
"antd": "^4.16.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit ab7b366

Please sign in to comment.