diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 10:51:20 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 10:51:20 +0100 |
commit | 548d381350d76bc9099c070d3be8ad1a6a977724 (patch) | |
tree | 56a50cb2343c3243a23d46bbe49285ac401b7be7 | |
parent | add runtime version information (diff) | |
download | vk-scripts-548d381350d76bc9099c070d3be8ad1a6a977724.tar.gz vk-scripts-548d381350d76bc9099c070d3be8ad1a6a977724.zip |
README: update
-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 ------- |