diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 17:10:59 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 17:10:59 +0100 |
commit | 7452a351308ea5b8ea319f87f111dcc6bca9de92 (patch) | |
tree | 2b991fbd3f381a813892e101db795e704dfacb21 /README.md | |
parent | get rid of extra files in the wheel (diff) | |
download | cgitize-7452a351308ea5b8ea319f87f111dcc6bca9de92.tar.gz cgitize-7452a351308ea5b8ea319f87f111dcc6bca9de92.zip |
Makefile: add a recipe to create git tags
Diffstat (limited to '')
-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]. |