summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorScott Armitage <accounts.github@scott.armitage.space>2018-06-11 12:47:31 -0700
committerGitHub <noreply@github.com>2018-06-11 12:47:31 -0700
commite2947d7067227d0eada291acbb2d5aace74c5647 (patch)
tree28dd40303bcdf8feb62a3789b9861723c200d851 /README.rst
parent0e63913832070884130fec846cd78238e90720bd (diff)
downloadsetuptools-scm-e2947d7067227d0eada291acbb2d5aace74c5647.tar.gz
Add `node-and-timestamp` to README.rst
Previously only `node-and-date` and `dirty-tag` were listed as available implementations.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ce0b764..9b10a94 100644
--- a/README.rst
+++ b/README.rst
@@ -272,6 +272,8 @@ Version number construction
:node-and-date: adds the node on dev versions and the date on dirty
workdir (default)
+ :node-and-timestamp: like :code: `node-and-date` but with a timestamp of
+ the form :code: `{:%Y%m%d%H%M%S}` instead
:dirty-tag: adds :code:`+dirty` if the current workdir has changes