Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed Nov 18, 2024
1 parent 96ccf5c commit 0247270
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"@embroider/app-blueprint": {
"impact": "minor",
"oldVersion": "0.14.0",
"newVersion": "0.15.0",
"impact": "patch",
"oldVersion": "0.15.0",
"newVersion": "0.15.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-18)\n\n@embroider/app-blueprint 0.15.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#107](https://github.com/embroider-build/app-blueprint/pull/107) Update ember cli to 6.0 ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#110](https://github.com/embroider-build/app-blueprint/pull/110) fix upstream issue with typescript-eslint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-11-18)\n\n@embroider/app-blueprint 0.15.1 (patch)\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#74](https://github.com/embroider-build/app-blueprint/pull/74) add a test to verify generators are still working ([@mansona](https://github.com/mansona))\n * [#112](https://github.com/embroider-build/app-blueprint/pull/112) delete TS file in JS fixture ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Release (2024-11-18)

@embroider/app-blueprint 0.15.1 (patch)

#### :house: Internal
* `@embroider/app-blueprint`
* [#74](https://github.com/embroider-build/app-blueprint/pull/74) add a test to verify generators are still working ([@mansona](https://github.com/mansona))
* [#112](https://github.com/embroider-build/app-blueprint/pull/112) delete TS file in JS fixture ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-11-18)

@embroider/app-blueprint 0.15.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": "@embroider/app-blueprint",
"version": "0.15.0",
"version": "0.15.1",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 0247270

Please sign in to comment.