Skip to content

Commit d5ccb37

Browse files
docs: add examples repo update to release process docs (#3549)
1 parent 377713b commit d5ccb37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/process/release.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
1. Open a PR to update the Motoko Playground allow-list
1313
1. Promote the release
1414
1. Post to the forum
15+
1. Open a PR to update the examples repo
1516

1617
## Details
1718

@@ -112,7 +113,17 @@ Merge all three PRs.
112113
113114
Post a message to the forum, linking to the GitHub release notes.
114115
116+
### Open a PR to update the examples repo
117+
118+
Open a PR in the examples repo to update the dfx version used by default in the examples.
119+
The PR should update DFX_VERSION in these two files:
120+
121+
- [provision-darwin.sh]
122+
- [provision-linux.sh]
123+
115124
[broadcast-frontend-hash-workflow]: https://github.com/dfinity/sdk/actions/workflows/broadcast-frontend-hash.yml
125+
[provision-darwin.sh]: https://github.com/dfinity/examples/blob/master/.github/workflows/provision-darwin.sh
126+
[provision-linux.sh]: https://github.com/dfinity/examples/blob/master/.github/workflows/provision-linux.sh
116127
[public-manifest]: https://github.com/dfinity/sdk/blob/master/public/manifest.json
117128
[publish-workflow]: https://github.com/dfinity/sdk/blob/master/.github/workflows/publish.yml
118129
[release-notes-table]: https://github.com/dfinity/portal/blob/master/docs/other/updates/release-notes/release-notes.md

0 commit comments

Comments
 (0)