crate-ci / typos

Source code spell checker
Apache License 2.0
2.57k stars 100 forks source link

Maintain `v1` tag for Github Actions? #857

Open jbergstroem opened 11 months ago

jbergstroem commented 11 months ago

It would be great to have a v1 tag so that actions automatically takes advantage of upstream non-semver breaking changes without having to bump the action frequently. That is all 😄

epage commented 11 months ago

If someone wants to implement this, it will likely need to be part of our post-release workflow, after the packages have been uploaded. I currently run all of my projects out of master and there is a window on new releases where the action is trying to use a newer version but the pre-built packages aren't available yet.