Skip to content

Commit

Permalink
Merge pull request #506 from ember-learn/legacy-release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jan 26, 2024
2 parents de43323 + fb62619 commit e5f5ad3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"solution": {
"ember-styleguide": {
"impact": "minor",
"oldVersion": "3.1.1",
"newVersion": "3.2.0",
"oldVersion": "3.2.0",
"newVersion": "3.3.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-01-26)\n\nember-styleguide 3.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-01-26)\n\nember-styleguide 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-styleguide`\n * [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-styleguide`\n * [#505](https://github.com/ember-learn/ember-styleguide/pull/505) fix publish-branch for release-plan ([@mansona](https://github.com/mansona))\n * [#504](https://github.com/ember-learn/ember-styleguide/pull/504) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## Release (2024-01-26)

ember-styleguide 3.3.0 (minor)

#### :rocket: Enhancement
* `ember-styleguide`
* [#501](https://github.com/ember-learn/ember-styleguide/pull/501) [lts-v3] get legacy release embroider compatible ([@mansona](https://github.com/mansona))

#### :house: Internal
* `ember-styleguide`
* [#505](https://github.com/ember-learn/ember-styleguide/pull/505) fix publish-branch for release-plan ([@mansona](https://github.com/mansona))
* [#504](https://github.com/ember-learn/ember-styleguide/pull/504) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2024-01-26)

ember-styleguide 3.2.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-styleguide",
"version": "3.2.0",
"version": "3.3.0",
"description": "Addon to help standardize the ember family of websites",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e5f5ad3

Please sign in to comment.