Skip to content

Commit

Permalink
Update tag logic
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Cunliffe <[email protected]>
  • Loading branch information
paddyroddy and samcunliffe authored Nov 7, 2024
1 parent eaddb45 commit 59d8697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body:
description: |-
Can be found by
```sh
git -C "$HOME/.cookiecutters/python-tooling" describe --tags --abbrev=0
git -C "$HOME/.cookiecutters/python-tooling" describe --match "v*" --tags --candidates 1
```
validations:
required: true
Expand Down

0 comments on commit 59d8697

Please sign in to comment.