Skip to content

Commit 3618735

Browse files
committed
added doc
1 parent c01dc47 commit 3618735

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

development.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,21 @@ poetry config pypi-token.pypi <api_token>
77
> poetry version [major, minor, patch]
88
> poetry build
99
> poetry publish
10+
> git commit -am "chore(release): vx.y.z"
11+
> git tag -a vx.y.z -m "Release vx.y.z"
12+
> git push origin main --tags
1013
```
1114

15+
## Release v1.4.3
16+
17+
### Changes
18+
- Fix progress bar optional behavior
19+
- Close #123
20+
21+
### Git Commands Used
22+
```bash
23+
24+
1225
### Local development: virtualenv and tests
1326

1427
Create a virtual environment in the project root:

0 commit comments

Comments
 (0)