ruff-pre-commit/.github
Jeppe Fihl-Pearson 987f9d7d01
Remove "v" from the Ruff version number in link to release notes (#92)
## Summary

Starting with version 0.5.0 of Ruff, the release/tag name doesn't have a
leading "v". This has broken the link to the release notes that get
added to the release notes for the pre-commit hook.

This fixes it by stripping any "v" from the version number string.

See #91.

## Test Plan

Tested in a bash shell:
```bash
bash-5.2$ TAG_NAME=v0.5.0
bash-5.2$ echo ${TAG_NAME/v}
0.5.0
```

Will otherwise have to be tested on the next Ruff release.
2024-06-28 07:32:17 -04:00
..
workflows Remove "v" from the Ruff version number in link to release notes (#92) 2024-06-28 07:32:17 -04:00
ISSUE_TEMPLATE.md Add issue and PR templates (#41) 2023-06-16 22:17:26 -04:00
PULL_REQUEST_TEMPLATE.md Add issue and PR templates (#41) 2023-06-16 22:17:26 -04:00