Skip to content

Commit

Permalink
[FABN-1691] fix release notes for publish of 2.2.5 (#418)
Browse files Browse the repository at this point in the history
Signed-off-by: lesleyannj <[email protected]>
  • Loading branch information
lesleyannjordan committed Jan 14, 2021
1 parent 307ca3c commit 5a24310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.2.5
## v2.2.5
Thu 14 Jan 11:28:34 GMT 2021

* [c829957e](https://github.com/hyperledger/fabric-sdk-node/commit/c829957e) [FABN-1686](https://jira.hyperledger.org/browse/FABN-1686) Private data index parsing release-2 (#416)
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Check top level `package.json` file properties **version** and **tag** are one a
## Submit Release PR

- Create a jira for publish - publish v2.2.4.
- 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> 2.2.4`.
- 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> v2.2.4`.
- Update the **version** and **tag** properties in the top-level `package.json` file to be the appropriate values - next release version *2.2.4* and release npm tag *latest*. **[NOTE: This would be latest-2.2 when a new branch supercedes as latest.]**
- Create `release_notes/v2.2.4.txt` file with appropriate text - "This is a mainenance release containing bug fixes".
- Create `release_notes/v2.2.4.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

## Tag Release
Expand Down
File renamed without changes.

0 comments on commit 5a24310

Please sign in to comment.