Skip to content

Commit 8f727ce

Browse files
committed
docs: standardize releases
1 parent 87eb152 commit 8f727ce

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ poetry run pre-commit install
6565
- `poetry version prepatch` for pre-release versions
6666
2. `poetry install`
6767
3. `poetry build`
68-
4. `poetry publish`
68+
4. `git commit -am "chore: release v{version}"`
69+
5. `git tag v{version}`
70+
6. `git push --tags`
71+
7. `poetry publish`
6972
- Create PyPi API token: https://pypi.org/manage/account/token/
7073
- Setup: `poetry config pypi-token.pypi your-api-token`

0 commit comments

Comments
 (0)