diff --git a/.release-plan.json b/.release-plan.json
index 83a94f63a8..224564a6e8 100644
--- a/.release-plan.json
+++ b/.release-plan.json
@@ -1,11 +1,19 @@
{
"solution": {
"eslint-plugin-ember": {
- "impact": "patch",
- "oldVersion": "13.1.2",
- "newVersion": "13.1.3",
+ "impact": "major",
+ "oldVersion": "13.1.3",
+ "newVersion": "14.0.0",
"tagName": "latest",
"constraints": [
+ {
+ "impact": "major",
+ "reason": "Appears in changelog section :boom: Breaking Change"
+ },
+ {
+ "impact": "minor",
+ "reason": "Appears in changelog section :rocket: Enhancement"
+ },
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -18,5 +26,5 @@
"pkgJSONPath": "./package.json"
}
},
- "description": "## Release (2026-04-25)\n\n* eslint-plugin-ember 13.1.3 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2730](https://github.com/ember-cli/eslint-plugin-ember/pull/2730) BUGFIX: template-require-valid-alt-text — reject empty-string aria-label/labelledby/alt on ,