Skip to content

Commit e313389

Browse files
Prepare Release v12.7.6 using 'release-plan'
1 parent c0bf9b1 commit e313389

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "patch",
5-
"oldVersion": "12.7.4",
6-
"newVersion": "12.7.5",
5+
"oldVersion": "12.7.5",
6+
"newVersion": "12.7.6",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
11+
"reason": "Appears in changelog section :house: Internal"
1112
}
1213
],
1314
"pkgJSONPath": "./package.json"
1415
}
1516
},
16-
"description": "## Release (2025-11-27)\n\neslint-plugin-ember 12.7.5 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2349](https://github.com/ember-cli/eslint-plugin-ember/pull/2349) fix: allow decorated template-tag-only classes ([@CvX](https://github.com/CvX))\n\n#### Committers: 1\n- Jarek Radosz ([@CvX](https://github.com/CvX))\n"
17+
"description": "## Release (2025-11-27)\n\n* eslint-plugin-ember 12.7.6 (patch)\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1718
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-11-27)
44

5+
* eslint-plugin-ember 12.7.6 (patch)
6+
7+
#### :house: Internal
8+
* `eslint-plugin-ember`
9+
* [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2025-11-27)
15+
516
eslint-plugin-ember 12.7.5 (patch)
617

718
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "12.7.5",
3+
"version": "12.7.6",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)