From 7452a351308ea5b8ea319f87f111dcc6bca9de92 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 17:10:59 +0100 Subject: Makefile: add a recipe to create git tags --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6a64b7f..43d541d 100644 --- a/README.md +++ b/README.md @@ -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]. -- cgit v1.2.3