Skip to content

Commit

Permalink
Docs: Update semantic versioning policy (#13970)
Browse files Browse the repository at this point in the history
* Docs: Update semantic versioning policy

Explicitly mention how we handle new language features for rules.

* Update README.md
  • Loading branch information
nzakas committed Jan 6, 2021
1 parent 0688212 commit f6948f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -158,6 +158,7 @@ ESLint follows [semantic versioning](https://semver.org). However, due to the na
* A bug fix in a rule that results in ESLint reporting more linting errors.
* A new rule is created.
* A new option to an existing rule that does not result in ESLint reporting more linting errors by default.
* 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.
* An existing rule is deprecated.
* A new CLI capability is created.
* New capabilities to the public API are added (new classes, new methods, new arguments to existing methods, etc.).
Expand Down

0 comments on commit f6948f6

Please sign in to comment.