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/source/dev.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,16 @@ This will automatically add:
41
41
2. The list of commits since the previous release, with links to them.
42
42
43
43
Sort the commit items into the correct subsection of the change log.
44
-
Ideally, the main changes or new features are also described at the top of the change log message, providing code snippets where it's useful.
44
+
Ideally, describe the main changes or new features at the top of the change log message, providing code snippets where it's useful.
45
45
46
-
Once you've prepared the release branch locally, commit and push it to Github:
46
+
Once you've prepared the release branch locally, commit and push it to Github:
47
47
48
48
git commit -am '🚀 Release `v1.7.2`'
49
49
git push -u origin release/1.7.2
50
50
51
-
Now that the release branch is ready, merge it into `main` via a pull request.
52
-
Make sure the remote `release/1.7.2` branch is up to date by pushing the local changes, then go to Github and create a pull request to the `main` branch of the official repository.
51
+
Now that the release branch is ready, push the local changes to the remote `release/1.7.2` branch, then go to Github and create a pull request to the `main` branch of the official repository.
53
52
54
-
After the pull request has been approved, merge the PR using the "Squash and Merge", and make sure the commit is simply named e.g. "🚀 Release `v1.7.2`".
53
+
After the pull request has been approved, merge the PR using the **"Squash and Merge"**, and make sure the commit is simply named e.g. "🚀 Release `v1.7.2`".
55
54
56
55
Once this is complete, fetch all the changes locally, checkout the `main` branch and make sure it's up to date with the remote:
0 commit comments