eslint / config-inspector

A visual tool for inspecting and understanding your ESLint flat configs.
https://www.npmjs.com/package/@eslint/config-inspector
Apache License 2.0
518 stars 15 forks source link

ci: reduce list of releasable tags to `feat`, `fix` and `perf` #56

Closed mdjermanovic closed 1 month ago

mdjermanovic commented 1 month ago

Per https://github.com/eslint/eslint/issues/18455, only commits tagged as feat, fix, or perf should trigger a release.

This PR removes all other tags from changelog-types in the release-please configuration.

This means that release-please will no longer consider commits tagged as docs, build, chore, ci, refactor, or test as "releasable units" and will thus no longer create a release PR for those commits. Note that this also means that those commits won't be included in the changelog.

Note: After merging this, release-please will remove docs and chore changes from the changelog in https://github.com/eslint/config-inspector/pull/51.