code.vegaprotocol.io/vega@v0.79.0/.github/ISSUE_TEMPLATE/release_ticket.md (about) 1 --- 2 name: Release ticket 3 about: A ticket to capture all the details of the release 4 title: '[Release]: Version `X.Y.Z`' 5 labels: "release" 6 assignees: '@gordsport' 7 --- 8 9 ## Release Version `X.Y.Z` of core to Testnet 10 11 ### Pre-release checklist 12 13 - [ ] Key features / fixes described and understood 14 - [ ] Any breaking changes, deprecations or removals in this release? 15 - [ ] Smart Contracts updated? (if applicable capture addresses for all networks) 16 - [ ] Documentation to support feature/api changes? 17 - [ ] Node operator docs updated? 18 - [ ] Automated tests pass without blocking incidents? (Front end dApps) 19 - [ ] Automated tests pass without blocking incidents? (Core QA nightly run AND QA load run) 20 - [ ] Perfromance tests run 21 - [ ] Manual tests pass without blocking incidents on Stagnet? 22 - [ ] Changelog's / GitHub release page updated? 23 - [ ] Release notes available? 24 - [ ] Migration / deployment guide? 25 - [ ] Front end applications versions ready 26 - [ ] Tag system tests repo 27 - [ ] Tag vegacapsule repo 28 - [ ] Tag desktop wallet repo (if required) 29 - [ ] Release tags captured: 30 31 | Deployable: | Core | Front Ends | Desktop Wallet | Capsule | System Tests | 32 |:---------:|:--------:|:--------:|:--------:|:--------:|:--------:| 33 | Versions: | - | - | - | - | - | 34 35 36 - [ ] Go / No-go (core, QA, community, FE, research) 37 - [ ] Date / time of deployment decided 38 - [ ] Community informed of deprecations, removals, 39 - [ ] Community given info / timings of deployments 40 - [ ] Testnet slack channel updated (details pinned / TOPIC updated) 41 - [ ] Ensure that the [testnet version](https://github.com/vegaprotocol/vega.xyz/blob/main/src/pages/wallet/index.js#L142) download is specified for the [website](https://vega.xyz/wallet) 42 - [ ] DEPLOY TO FAIRGROUND TESTNET 43 - [ ] Update [hosted wallet version](https://github.com/vegaprotocol/k8s/blob/main/charts/apps/vegawallet/fairground/VERSION) 44 45 #### Post-release checklist 46 47 - [ ] Community informed (success or delays) 48 - [ ] Vega Testnet slack channel informed (success or delays) 49 - [ ] Engineering monitor network 50 - [ ] Blameless post mortem (should we face deployment / release version issues) 51 52 > NOTE: This list may be edited depending on the context of the release. We may take a calculated risk and not have some of these complete for a deployment (however a good justification is required!).