Skip to content

Commit 12580dc

Browse files
razvanTechassi
andauthored
Update README.md
Co-authored-by: Techassi <git@techassi.dev>
1 parent c443e03 commit 12580dc

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
@@ -74,6 +74,6 @@ To release a new version follow the steps below:
7474
1. Create a new Git branch. For example `release-1.2.3`.
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.
77-
4. After the PR is merged, switch to the `main` branch and update it.
77+
4. After the PR is merged, switch to the `main` branch and update it by executing `git pull`.
7878
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`.
7979
6. Done!

0 commit comments

Comments
 (0)