From bc5feab21af651a596787f339610e5726cbfbbf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:17:36 +0000 Subject: [PATCH] Prepare Release v12.7.6 using 'release-plan' --- .release-plan.json | 11 ++++++++--- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index a064364075..4dbfd48f98 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,21 @@ "solution": { "eslint-plugin-ember": { "impact": "patch", - "oldVersion": "12.7.4", - "newVersion": "12.7.5", + "oldVersion": "12.7.5", + "newVersion": "12.7.6", + "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2026-01-22)\n\n* eslint-plugin-ember 12.7.6 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2363](https://github.com/ember-cli/eslint-plugin-ember/pull/2363) fix: classic-decorator-no-classic-methods matching private identifiers ([@c0rydoras](https://github.com/c0rydoras))\n * [#2364](https://github.com/ember-cli/eslint-plugin-ember/pull/2364) Consider .test.{js|ts|gjs|gts} as a test file pattern ([@lego-technix](https://github.com/lego-technix))\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: 3\n- Arthur ([@c0rydoras](https://github.com/c0rydoras))\n- LEGO Technix ([@lego-technix](https://github.com/lego-technix))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index efcc32b34c..aa47025e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Release (2026-01-22) + +* eslint-plugin-ember 12.7.6 (patch) + +#### :bug: Bug Fix +* `eslint-plugin-ember` + * [#2363](https://github.com/ember-cli/eslint-plugin-ember/pull/2363) fix: classic-decorator-no-classic-methods matching private identifiers ([@c0rydoras](https://github.com/c0rydoras)) + * [#2364](https://github.com/ember-cli/eslint-plugin-ember/pull/2364) Consider .test.{js|ts|gjs|gts} as a test file pattern ([@lego-technix](https://github.com/lego-technix)) + +#### :house: Internal +* `eslint-plugin-ember` + * [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 3 +- Arthur ([@c0rydoras](https://github.com/c0rydoras)) +- LEGO Technix ([@lego-technix](https://github.com/lego-technix)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2025-11-27) eslint-plugin-ember 12.7.5 (patch) diff --git a/package.json b/package.json index cfa3f5cc73..a1cc9ce32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-ember", - "version": "12.7.5", + "version": "12.7.6", "description": "ESLint plugin for Ember.js apps", "keywords": [ "eslint",