Skip to content

Commit

Permalink
docs(OS-692): adds github release info to checklists (#457)
Browse files Browse the repository at this point in the history
* docs(OS-692): adds github release info to checklists

* docs: removes notion reference and replaces it with previous releases for reference
  • Loading branch information
mathewmeconry authored Sep 13, 2023
1 parent 8c20c5f commit a642c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEPLOYMENT_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions UPDATE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a642c1b

Please sign in to comment.