pre-commit / pre-commit-hooks

Some out-of-the-box hooks for pre-commit
MIT License
5.2k stars 694 forks source link

GitHub release v4.6.0 isn't set as latest release #1064

Closed echoix closed 2 months ago

echoix commented 2 months ago

Version 4.6.0 of https://github.com/pre-commit/pre-commit-hooks was released in April 2024. Maybe at first, it was meant to be a pre-release or something. But now, the checkbox to set as latest release should be checked, thus allowing to show it on the repo's home page, and also having https://github.com/pre-commit/pre-commit-hooks/releases/latest point to https://github.com/pre-commit/pre-commit-hooks/releases/tag/v4.6.0 instead of https://github.com/pre-commit/pre-commit-hooks/releases/tag/v4.5.0.

Screenshots: image image image

asottile commented 2 months ago

nah github's ui just sucks -- too many things to click every time

echoix commented 2 months ago

Also, is the check-illegal-windows-names hook ready for general usage (as it is still unreleased)? I stumbled upon it when upgrading the pre-commit config for a repo, and tried including it, but wasn't available for the latest 4.6.0 version. I was quite curious and interested, as it was an addons repo where sometimes contributors don't have lots of coding experience or git knowledge, but we all need to start somewhere. ;)