Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Tobias Bieniek <tobias.bieniek@gmail.com>
  • Loading branch information
rwjblue and Turbo87 authored Dec 11, 2019
1 parent f38e018 commit 8111245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ It is possible to share a config (`extends`) or plugin (custom rules) across pro

## Semantic Versioning Policy

The semver policy for this addon can be read here: [semver policy](https://github.com/ember-template-lint/dev/versioning.md).
The semver policy for this addon can be read here: [semver policy](dev/versioning.md).

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions dev/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ A minor release may break your lint build in some cases.

A major release is likely to break your lint build.

* A support for old Node version is dropped.
* A support for old ember-template-lint version is dropped.
* Support for an old Node version is dropped.
* Support for on old ember-template-lint version is dropped.
* An existing rule is changed in it reporting more errors.
* An existing rule is removed.
* An existing option of a rule is removed.
Expand Down

0 comments on commit 8111245

Please sign in to comment.