aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 23:47:00 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 23:47:00 +0100
commit610f267bf4b55172ba01209c07d2b826a6937535 (patch)
tree4cad172c1e2b49492298006dea5ba58a8bfe0e41
parentworkflows/basic: ignore changes in the docs (diff)
downloadcmake-common-610f267bf4b55172ba01209c07d2b826a6937535.tar.gz
cmake-common-610f267bf4b55172ba01209c07d2b826a6937535.zip
README: updatev3.4.2
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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
-------