hedera-json-rpc-relay icon indicating copy to clipboard operation
hedera-json-rpc-relay copied to clipboard

Release 0.47

Open ebadiere opened this issue 2 years ago • 0 comments

Problem

Features for 0.47 are not yet deployed

Solution

Manual release process:

  • [x] Create a release/0.47 branch off of main. Ensure github test actions run. Merge Against release/0.47 branch
  • [x] Bump Snapshot to 0.48.0-SNAPSHOT branch off of main. Merge against Main
  • [x] Tag as v0.47.0-rc2
    • [x] git tag
    • [x] Confirm new docker image version is deployed
    • [x] Deploy Version
    • [x] Finished Testing (Manual, Newman, Dapp, Acceptance)
  • [x] Review and update dependencies
    • [x] @hashgraph/hedera-local
    • [x] @hashgraph/sdk
  • [x] Previewnet Testing
    • [x] Deploy tagged version
    • [x] Manual testing
    • [x] Run newman tests
    • [x] Run Dapp Example Bootstrap and manual tests
    • [ ] Run acceptance tests
    • [x] Run performance tests
  • [ ] Testnet Testing
    • [ ] Deploy tagged version
    • [ ] Manual testing
    • [ ] Run newman tests
    • [ ] Run Dapp Example Bootstrap and manual tests
    • [ ] Run acceptance tests
    • [ ] Run performance tests
  • [ ] Let Bake
    • [ ] git tag
    • [ ] Confirm new docker image version is deployed
    • [ ] Write up release notes and changelist
  • [ ] Mainnet Testing
    • [ ] Deploy tagged version
    • [ ] Manual testing

Alternatives

No response

ebadiere avatar Apr 26 '24 17:04 ebadiere