-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: SDK beta version v2.43.0-beta.1 (#2201)
* chore: formatting Signed-off-by: svetoslav-nikol0v <[email protected]> * update: new proto beta version Signed-off-by: svetoslav-nikol0v <[email protected]> * feature: add missing request type Signed-off-by: svetoslav-nikol0v <[email protected]> * feature: add new statuses Signed-off-by: svetoslav-nikol0v <[email protected]> * fix: NftId protobuf changes Signed-off-by: svetoslav-nikol0v <[email protected]> * update: new sdk version Signed-off-by: svetoslav-nikol0v <[email protected]> * update: changelog Signed-off-by: svetoslav-nikol0v <[email protected]> * update: add section to README file how to start the tests Signed-off-by: svetoslav-nikol0v <[email protected]> * update: update the REALEASE file Signed-off-by: svetoslav-nikol0v <[email protected]> * chore: update changelog file Signed-off-by: svetoslav-nikol0v <[email protected]> --------- Signed-off-by: svetoslav-nikol0v <[email protected]>
- Loading branch information
1 parent
6b985e6
commit 7682060
Showing
10 changed files
with
103 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
## Release process of JS SDK | ||
|
||
- **Run** the [local node](https://github.com/hashgraph/hedera-local-node) | ||
- Run `task test:integration:node` | ||
- **Stop** the local node | ||
- Run `task test:unit:node` | ||
- Run `task test:publish` (if the local node is not stopped, those tests will fail) | ||
- Run `pnpm publish` (Be careful, you need to update `package.json` version as well as `subpackage` versions if needed!) | ||
- Create a PR to merge release/vX.Y.Z to DEVELOP and then to MAIN | ||
- Go to the [SDK PAGE](https://github.com/hashgraph/hedera-sdk-js/releases) and press the “Draft a new release” button | ||
- Create a new tag from the branch that you are releasing (release/vX.Y.Z) with the same version of the branch | ||
- Generate the release notes automatically. | ||
- Copy the latest changes from the release notes to the CHANGELOG.md | ||
- Push with the message: the release version | ||
- Publish Release | ||
- **Create** a new release branch following the naming convention for: | ||
- stable release - `release/v*.*.*` | ||
- beta release - `release/v*.*.*-beta.*` | ||
- **Run** the [local node](https://github.com/hashgraph/hedera-local-node) | ||
- **Run** `task test:integration:node` | ||
- **Stop** the [local node](https://github.com/hashgraph/hedera-local-node) | ||
- **Run** `task test:release` (Note: the local node should not be running) | ||
- **Update** the SDK version in `package.json` file | ||
- **Update** the CHANGELOG file | ||
- **Create** a new tag from the branch that you are releasing (release/vX.Y.Z) with the same version of the branch as running following command for: | ||
- stable release - `git tag -a "v*.*.*" -m "[message]"` | ||
- bet release - `git tag -a "v*.*.*-beta.*" -m "[message]"` | ||
- **Run** the following command for: | ||
- stable release - `git push origin v*.*.*` | ||
- beta release - `git push origin v*.*.*-beta.*` | ||
- **Monitor** the [status](https://github.com/hashgraph/hedera-sdk-js/actions/workflows/publish_release.yaml) of this CI pipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,4 +67,4 @@ | |
"typescript": "^5.1.6", | ||
"protobufjs-cli": "^1.0.2" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters