![]() ## 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. |
||
---|---|---|
.. | ||
workflows | ||
ISSUE_TEMPLATE.md | ||
PULL_REQUEST_TEMPLATE.md |