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 c443e03 commit 12580dcCopy full SHA for 12580dc
README.md
@@ -74,6 +74,6 @@ To release a new version follow the steps below:
74
1. Create a new Git branch. For example `release-1.2.3`.
75
2. Update the version string (`1.2.3`) in: `src/beku/version.py` and`README.md`.
76
3. Commit, push and create a PR.
77
-4. After the PR is merged, switch to the `main` branch and update it.
+4. After the PR is merged, switch to the `main` branch and update it by executing `git pull`.
78
5. On the `main` branch, create and push the release tag. For example: `git tag 1.2.3 -m 1.2.3 && git push --tags`.
79
6. Done!
0 commit comments