Skip to content

Commit

Permalink
[FABN-1591] Typo fix in release notes (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: lesleyannj <lesleyannj@hotmail.com>
  • Loading branch information
lesleyannjordan committed Jan 16, 2021
1 parent 461b43e commit 08a2bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Check top level `package.json` file properties **version** and **tag** are one a
## Submit Release PR

- Create a jira for publish - publish v1.4.16.
- Run `scripts/changelog.sh` script from the project root directory. It takes two arguments; last release commit hash and next release version number - `./scripts/changelog.sh <commithash> 1.4.16`.
- Run `scripts/changelog.sh` script from the project root directory. It takes two arguments; last release commit hash and next release version number - `./scripts/changelog.sh <commithash> v1.4.16`.
- Update the **version** and **tag** properties in the top-level `package.json` file to be the appropriate values - next release version *1.4.16* and release npm tag *latest-1.4*.
- Create `release_notes/v1.4.16.txt` file with appropriate text - "This is a maintenance release containing bug fixes".
- Git add, submit, push and create PR. The build once the PR is merged will do the npm publishing. Check it has npm published at https://www.npmjs.com/package/fabric-client and https://www.npmjs.com/package/fabric-common
Expand Down

0 comments on commit 08a2bd2

Please sign in to comment.