Skip to content

Commit 026e130

Browse files
authored
docs: update semver policy for bug fixes (#21048)
1 parent 9d42fef commit 026e130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ ESLint follows [semantic versioning](https://semver.org). However, due to the na
188188
- Non-user-facing changes such as refactoring code, adding, deleting, or modifying tests, and increasing test coverage.
189189
- Re-releasing after a failed release (i.e., publishing a release that doesn't work for anyone).
190190
- Minor release (might break your lint build)
191-
- A bug fix in a rule that results in ESLint reporting more linting errors.
191+
- A bug fix that results in ESLint reporting more linting errors (e.g., fixing false negatives in a core rule, or linting additional files that were previously incorrectly skipped).
192192
- A new rule is created.
193193
- A new option to an existing rule that does not result in ESLint reporting more linting errors by default.
194194
- A new addition to an existing rule to support a newly-added language feature (within the last 12 months) that will result in ESLint reporting more linting errors by default.

0 commit comments

Comments
 (0)