Skip to content

Commit 001fcce

Browse files
Prepare Release using 'release-plan' (#2322)
Co-authored-by: bmish <[email protected]>
1 parent 74d1cfe commit 001fcce

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "patch",
5-
"oldVersion": "12.7.0",
6-
"newVersion": "12.7.1",
5+
"oldVersion": "12.7.1",
6+
"newVersion": "12.7.2",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
10+
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2025-08-22)\n\neslint-plugin-ember 12.7.1 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2320](https://github.com/ember-cli/eslint-plugin-ember/pull/2320) fix: `no-array-prototype-extensions` rule to lint against `setObjects()` ([@MrChocolatine](https://github.com/MrChocolatine))\n * [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549))\n\n#### :memo: Documentation\n* `eslint-plugin-ember`\n * [#2313](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse](https://github.com/rmachielse))\n\n#### Committers: 3\n- Richard ([@rmachielse](https://github.com/rmachielse))\n- [@Geodewd549](https://github.com/Geodewd549)\n- [@MrChocolatine](https://github.com/MrChocolatine)\n"
16+
"description": "## Release (2025-08-22)\n\neslint-plugin-ember 12.7.2 (patch)\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2321](https://github.com/ember-cli/eslint-plugin-ember/pull/2321) chore: add npm provenance to publishing ([@bmish](https://github.com/bmish))\n\n#### Committers: 1\n- Bryan Mishkin ([@bmish](https://github.com/bmish))\n"
2117
}

CHANGELOG.md

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

33
## Release (2025-08-22)
44

5+
eslint-plugin-ember 12.7.2 (patch)
6+
7+
#### :house: Internal
8+
* `eslint-plugin-ember`
9+
* [#2321](https://github.com/ember-cli/eslint-plugin-ember/pull/2321) chore: add npm provenance to publishing ([@bmish](https://github.com/bmish))
10+
11+
#### Committers: 1
12+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
13+
14+
## Release (2025-08-22)
15+
516
eslint-plugin-ember 12.7.1 (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.1",
3+
"version": "12.7.2",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)