From 610f267bf4b55172ba01209c07d2b826a6937535 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 23:47:00 +0100 Subject: README: update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 901e857..f12f07d 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,15 @@ I use this in all of my C++/CMake projects, e.g. [aes-tools] and [math-server]. [aes-tools]: https://github.com/egor-tensin/aes-tools [math-server]: https://github.com/egor-tensin/math-server +Development +----------- + +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 ------- -- cgit v1.2.3