Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit ecdc507

Browse files
committed
docs(readme): Minor updates
1 parent f1a02fe commit ecdc507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ a branch, and since its a tagged commit, will attempt to publish it to PyPI.
109109
poetry version [patch|minor|major]
110110
```
111111
112-
1. Tag the commit (by default applies to HEAD commit).
112+
1. Tag the commit (by default applies to HEAD commit - make sure you are on the latest `develop` commit).
113113
```
114114
git tag v#.#.#
115115
```
@@ -121,7 +121,7 @@ a branch, and since its a tagged commit, will attempt to publish it to PyPI.
121121
122122
## Acknowledgements
123123
124-
This work takes heavy influence from [another repository porting Commitizen to Python](https://github.com/Woile/commitizen).
124+
This work takes inspiration from [another repository porting Commitizen to Python](https://github.com/Woile/commitizen). This repository however uses none of the same source code and is focusing on a different approach.
125125
126126
## License
127127

0 commit comments

Comments
 (0)