Skip to content

Commit

Permalink
#ESW-518 : Himanshu | Manish : Prepare for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
mertia-himanshu committed Sep 23, 2021
1 parent ab7b366 commit 4333ea6
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: "15.x"
node-version: "16.x"
registry-url: "https://registry.npmjs.org"

- uses: laughedelic/coursier-setup@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: dev
name: release

on:
push:
tags:
tags:
- "v*"

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: "15.x"
node-version: "16.x"
registry-url: "https://registry.npmjs.org"

- uses: laughedelic/coursier-setup@v1
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ The ESW-OCS-ENG-UI provides a browser based User Interface to manage and track s

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
## [ESW-OCS-ENG-UI v0.1.0] - 2021-09-23

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-RC2/
* Reference paradox documentation: https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0/

### Supporting Releases

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project is a React web application.

* You can use `esw-services/run start-eng-ui-services` command to start all the services and agents required to test the scripts written in repo sequncer-scripts/ui-setup branch.

The `v15.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed.
The `v16.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed.

## User role for login

Expand Down Expand Up @@ -97,6 +97,7 @@ The project has the following structure:

| esw-ocs-eng-ui | esw | csw |
|--------|-----|-----|
| v0.1.0 | v0.3.0 | v4.0.0 |
| 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 @@ -105,6 +106,7 @@ The project has the following structure:

| Date | Tag | Source | Docs | Assets |
|-----|-----|-----|-----|-----|
| 2021-09-23 | v0.1.0 | [esw-ocs-eng-ui-0.1.0](https://github.com/tmtsoftware/esw-ocs-eng-ui/tree/v0.1.0) | [esw-ocs-eng-ui-0.1.0 docs](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0/) | [esw-ocs-eng-ui-0.1.0 assets](https://github.com/tmtsoftware/esw-ocs-eng-ui/releases/tag/v0.1.0) |

## Pre-Release History

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

The `v15.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed.
The `v16.x` version of [Node.js](https://nodejs.org/en/download/package-manager/) must be installed.

### Install the ESW-OCS-ENG-UI source repository

Expand Down
3 changes: 2 additions & 1 deletion notes/0.1.0-RC1.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ESW-OCS-ENG-UI - v0.1.0-RC1

This is a pre release of the ESW-OCS-ENG-UI application version v0.1.0-RC1
This is the v0.1.0-RC1 of the ESW-OCS-ENG-UI application

See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

This version is compatible with `ESW` version v0.3.0-RC1
Expand Down
12 changes: 12 additions & 0 deletions notes/0.1.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ESW-OCS-ENG-UI - v0.1.0

This is the v0.1.0 of the ESW-OCS-ENG-UI application

See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

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

## Documentation

Paradox documentation can be found [here](https://tmtsoftware.github.io/esw-ocs-eng-ui/0.1.0/)
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-RC2",
"version": "0.1.0",
"license": "Apache License, Version 2.0",
"type": "module",
"dependencies": {
"@tmtsoftware/esw-ts": "0.2.0-RC2",
"@tmtsoftware/esw-ts": "0.2.0",
"antd": "^4.16.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 4333ea6

Please sign in to comment.