diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -65,6 +65,14 @@ Upgrade virtual environment packages (this will also update requirements.txt): make venv/upgrade +### Releases + +Make a git tag with (requires a virtual environment): + + make tag + +You can now review that it's OK and push w/ `git push --tags`. + ### Linting Requires [Pylint]. |