Open
Description
Tooling Suggestion Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have read and agree to Mocha's Code of Conduct and Contributing Guidelines
- I have searched for related issues and issues with the
faq
label, but none matched my issue. - I want to provide a PR to resolve this
Overview
Following #5186: we're seeing a release-it PR created when the only commits on main
are from chore: ...
commits (### 🧹 Chore
). #5189 is an example.
I'd think we'd want to skip creating the PR until there's something like a feat
or fix
that impacts users. Is such a thing doable with release-it?
Additional Info
A note from @voxpelli's #5189 (comment):
@JoshuaKGoldberg We can remove parts by changing / adding / removing to
mocha/.github/release-please/config.json
Lines 5 to 17 in 5c2989f
Activity