Skip to content

Commit

Permalink
docs: add examples repo update to release process docs (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Jan 29, 2024
1 parent 377713b commit d5ccb37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/process/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
1. Open a PR to update the Motoko Playground allow-list
1. Promote the release
1. Post to the forum
1. Open a PR to update the examples repo

## Details

Expand Down Expand Up @@ -112,7 +113,17 @@ Merge all three PRs.
Post a message to the forum, linking to the GitHub release notes.
### Open a PR to update the examples repo
Open a PR in the examples repo to update the dfx version used by default in the examples.
The PR should update DFX_VERSION in these two files:
- [provision-darwin.sh]
- [provision-linux.sh]
[broadcast-frontend-hash-workflow]: https://github.com/dfinity/sdk/actions/workflows/broadcast-frontend-hash.yml
[provision-darwin.sh]: https://github.com/dfinity/examples/blob/master/.github/workflows/provision-darwin.sh
[provision-linux.sh]: https://github.com/dfinity/examples/blob/master/.github/workflows/provision-linux.sh
[public-manifest]: https://github.com/dfinity/sdk/blob/master/public/manifest.json
[publish-workflow]: https://github.com/dfinity/sdk/blob/master/.github/workflows/publish.yml
[release-notes-table]: https://github.com/dfinity/portal/blob/master/docs/other/updates/release-notes/release-notes.md
Expand Down

0 comments on commit d5ccb37

Please sign in to comment.