Skip to content

Commit 8e4b717

Browse files
Prepare Release using 'release-plan' (#2324)
Co-authored-by: bmish <[email protected]>
1 parent dc49c1b commit 8e4b717

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "patch",
5-
"oldVersion": "12.7.1",
6-
"newVersion": "12.7.2",
5+
"oldVersion": "12.7.2",
6+
"newVersion": "12.7.3",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-08-22)\n\neslint-plugin-ember 12.7.3 (patch)\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2323](https://github.com/ember-cli/eslint-plugin-ember/pull/2323) chore: add npm provenance to publishing (second attempt) ([@bmish](https://github.com/bmish))\n\n#### Committers: 1\n- Bryan Mishkin ([@bmish](https://github.com/bmish))\n"
1717
}

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.3 (patch)
6+
7+
#### :house: Internal
8+
* `eslint-plugin-ember`
9+
* [#2323](https://github.com/ember-cli/eslint-plugin-ember/pull/2323) chore: add npm provenance to publishing (second attempt) ([@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.2 (patch)
617

718
#### :house: Internal

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.2",
3+
"version": "12.7.3",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)