aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 10:51:20 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 10:51:20 +0100
commit548d381350d76bc9099c070d3be8ad1a6a977724 (patch)
tree56a50cb2343c3243a23d46bbe49285ac401b7be7
parentadd runtime version information (diff)
downloadvk-scripts-548d381350d76bc9099c070d3be8ad1a6a977724.tar.gz
vk-scripts-548d381350d76bc9099c070d3be8ad1a6a977724.zip
README: update
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb85601..ca4f256 100644
--- a/README.md
+++ b/README.md
@@ -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
-------