diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:47:00 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:47:00 +0100 |
commit | 610f267bf4b55172ba01209c07d2b826a6937535 (patch) | |
tree | 4cad172c1e2b49492298006dea5ba58a8bfe0e41 /README.md | |
parent | workflows/basic: ignore changes in the docs (diff) | |
download | cmake-common-610f267bf4b55172ba01209c07d2b826a6937535.tar.gz cmake-common-610f267bf4b55172ba01209c07d2b826a6937535.zip |
README: updatev3.4.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ------- |