imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

GitHub PR release labeler bot #80

Closed imjasonh closed 2 years ago

imjasonh commented 4 years ago

Label merged PRs with the minimum version release containing that change. E.g., "this change is in release v0.2.3+"

Might be complicated when there are rollbacks, but an owner can remove or update the label if it’s wrong.

michael-todorovic commented 2 years ago

Not a label but Semantic-release is actually able to post in the PR with a plugin https://github.com/pmowrer/semantic-release-github-pr The result is at https://github.com/renovatebot/renovate/pull/11565#issuecomment-961903110

imjasonh commented 2 years ago

Cool! Figured something like this existed. Thanks