Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 288 Bytes

CONTRIBUTING.rst

File metadata and controls

22 lines (15 loc) · 288 Bytes

Contributing

release workflow

#commit version
git commit -m "comment"

#run tests
tox

#bumpversion [major | minor | patch]
bumversion patch

#push incl. tags
git push
git push --tags