diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -39,6 +39,14 @@ Requires [Pylint]. [Pylint]: https://www.pylint.org/ +### Releases + +Make a git tag: + + git tag "v$( python -m setuptools_scm --strip-dev )" + +You can then review that the tag is fine and push w/ `git push --tags`. + License ------- |