Skip to content

Commit a4e25dc

Browse files
committed
Add formatting options to readme
1 parent f15686b commit a4e25dc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@ setuptools.setup(
4646
- `dev_template`: used if no untracked files and latest commit isn't tagged
4747

4848
- `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

Comments
 (0)