You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/process/release.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
### Update the Replica Version
6
6
7
7
Click the "Run workflow" button on the [Update Replica page](https://github.com/dfinity/sdk/actions/workflows/update-replica-version.yml) workflow.
8
+
This will create a new PR.
9
+
Incorporate the suggested changes to CHANGELOG.md in the PR branch. To this end, copy the section `## Dependencies`, if not present already, and `## Replica`, including all proposals that have not been listed in the previous release.
8
10
9
11
Obtain approval and merge the PR.
10
12
@@ -15,14 +17,14 @@ new dfx version underneath the "# Unreleased" header. Further changes to dfx
15
17
should be added under the "#Unreleased" header, unless they are ported to
16
18
the release branch.
17
19
20
+
If you create a new patch version, make sure there will be no breaking changes included.
0 commit comments