Skip to content

Commit 5f9249a

Browse files
committed
docs(README): add release instructions
1 parent 2ffa0ec commit 5f9249a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ To run the type checker, run the following command:
6868
hatch run mypy .
6969
```
7070

71+
### Creating a new release
72+
73+
To create a new release, run the following commands:
74+
75+
```bash
76+
git tag -m "v0.0.6" v0.0.6
77+
git push --follow-tags
78+
```
79+
80+
Replace `0.0.6` with the new version number.
81+
82+
7183
## License
7284

7385
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)