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 May 24, 2024
1 parent 7911115 commit 4e6a42b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"solution": {
"@embroider/app-blueprint": {
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"impact": "minor",
"oldVersion": "0.1.1",
"newVersion": "0.2.0",
"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-05-24)\n\n@embroider/app-blueprint 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#4](https://github.com/embroider-build/app-blueprint/pull/4) add ember-blueprint to keywords ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-05-24)\n\n@embroider/app-blueprint 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#9](https://github.com/embroider-build/app-blueprint/pull/9) make sure ember-cli-update config is correct ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#7](https://github.com/embroider-build/app-blueprint/pull/7) Add prettier ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Release (2024-05-24)

@embroider/app-blueprint 0.2.0 (minor)

#### :rocket: Enhancement
* `@embroider/app-blueprint`
* [#9](https://github.com/embroider-build/app-blueprint/pull/9) make sure ember-cli-update config is correct ([@mansona](https://github.com/mansona))

#### :house: Internal
* `@embroider/app-blueprint`
* [#7](https://github.com/embroider-build/app-blueprint/pull/7) Add prettier ([@mansona](https://github.com/mansona))

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

## Release (2024-05-24)

@embroider/app-blueprint 0.1.1 (patch)

#### :bug: Bug Fix
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.1.1",
"version": "0.2.0",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 4e6a42b

Please sign in to comment.