Skip to content

Commit 04da7ed

Browse files
committed
review feedback
1 parent 12580dc commit 04da7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ To release a new version follow the steps below:
7575
2. Update the version string (`1.2.3`) in: `src/beku/version.py` and`README.md`.
7676
3. Commit, push and create a PR.
7777
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`.
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 origin 1.2.3`.
7979
6. Done!

0 commit comments

Comments
 (0)