We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb0245 commit bda6684Copy full SHA for bda6684
RELEASE.md
@@ -18,7 +18,7 @@ The process of releasing a new version involves several steps:
18
19
8. [Check the release](#check-the-release)
20
21
-8. [Bump Version](#bump-version)
+8. [Update stable branch and bump version](#update-stable-branch-and-bump-version)
22
23
10. [Create the Release on GitHub](#create-the-release-on-github)
24
@@ -158,7 +158,7 @@ Check if the release can be made:
158
make check-release
159
```
160
161
-## Bump Version
+## Update stable branch and bump version
162
The `stable` branch needs to updated with the changes from `main` and the verison needs to be bumped.
163
Depending on the type of release, you will need to one of these different commands to bump the version:
164
0 commit comments