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 12580dc commit 04da7edCopy full SHA for 04da7ed
README.md
@@ -75,5 +75,5 @@ To release a new version follow the steps below:
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 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`.
+5. On the `main` branch, create and push the release tag. For example: `git tag 1.2.3 -m 1.2.3 && git push origin 1.2.3`.
79
6. Done!
0 commit comments