We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15686b commit a4e25dcCopy full SHA for a4e25dc
1 file changed
readme.md
@@ -46,3 +46,11 @@ setuptools.setup(
46
- `dev_template`: used if no untracked files and latest commit isn't tagged
47
48
- `dirty_template`: used if untracked files exist or uncommitted changes have been made
49
+
50
+### Format Options
51
52
+- `{tag}`: Latest tag in the repository
53
54
+- `{ccount}`: Number of commits since last tag
55
56
+- `{sha}`: First 8 characters of the sha hash of the latest commit
0 commit comments