From a642c1b6113a0a912d42fd55ce211f2b21b311d6 Mon Sep 17 00:00:00 2001 From: Mathias Scherer Date: Wed, 13 Sep 2023 13:59:09 +0200 Subject: [PATCH] docs(OS-692): adds github release info to checklists (#457) * docs(OS-692): adds github release info to checklists * docs: removes notion reference and replaces it with previous releases for reference --- DEPLOYMENT_CHECKLIST.md | 1 + UPDATE_CHECKLIST.md | 1 + 2 files changed, 2 insertions(+) diff --git a/DEPLOYMENT_CHECKLIST.md b/DEPLOYMENT_CHECKLIST.md index c62d483f5..e19815958 100644 --- a/DEPLOYMENT_CHECKLIST.md +++ b/DEPLOYMENT_CHECKLIST.md @@ -38,6 +38,7 @@ To deploy run `yarn deploy --network NETWORK` in `packages/contracts` and replac - [ ] Update `active_contracts.json` with the new deployed addresses - [ ] Update `packages/contracts/Releases.md` with the new deployed addresses - [ ] Add the managing DAOs' multisig address to `packages/contracts/.env.example` in the format `{NETWORK}_MANAGINGDAO_MULTISIG` +- [ ] Add a Github Release with the version number as tag and the defined content (check previous releases for reference) ### Verification diff --git a/UPDATE_CHECKLIST.md b/UPDATE_CHECKLIST.md index d014f4577..f699e8cc4 100644 --- a/UPDATE_CHECKLIST.md +++ b/UPDATE_CHECKLIST.md @@ -40,6 +40,7 @@ To update run `yarn deploy --network NETWORK` in `packages/contracts` and replac - [ ] Take the addresses from this file `packages/contracts/deployed_contracts.json` - [ ] Update `active_contracts.json` with the new deployed addresses - [ ] Update `packages/contracts/Releases.md` with the new deployed addresses +- [ ] Add a Github Release with the version number as tag and the defined content (check previous releases for reference) ### ManagingDAO