From d5ccb379ff48fb32316abef4d91e9e6e34df22bf Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:45:20 -0800 Subject: [PATCH] docs: add examples repo update to release process docs (#3549) --- docs/process/release.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/process/release.md b/docs/process/release.md index 2f99161f23..8f69d7fb8c 100644 --- a/docs/process/release.md +++ b/docs/process/release.md @@ -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 @@ -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