aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
-------