Skip to content

Commit ece8ca6

Browse files
authored
Merge pull request #5 from stefanv/how-to-release
Add contributor README
2 parents 16fc18e + 0b6e7bf commit ece8ca6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTOR.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## To release
2+
3+
1. Update the version in `pyproject.toml`; commit
4+
2. Tag the commit with the same version: `git tag -s 0.2`
5+
3. Push the commit and tag: `git push --tags origin main`
6+
4. Update the version in `pyproject.toml` to the next development
7+
version; push

0 commit comments

Comments
 (0)