From b64f082774237f6830aa9756c36dfb907bcd684e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Jun 2024 08:59:54 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 13 ++----------- CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index d7847618..dc0ec2b6 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,8 @@ { "solution": { "ember-styleguide": { - "impact": "major", - "oldVersion": "10.0.0", - "newVersion": "11.0.0", - "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - } - ], - "pkgJSONPath": "./package.json" + "oldVersion": "11.0.0" } }, - "description": "## Release (2024-05-02)\n\nember-styleguide 11.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-styleguide`\n * [#509](https://github.com/ember-learn/ember-styleguide/pull/509) stop using svg-jar ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e862a5bf..fe462df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog + + + + ## Release (2024-05-02) ember-styleguide 11.0.0 (major)