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 Jul 25, 2024
1 parent d9e6a06 commit 1d16d2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"solution": {
"@embroider/app-blueprint": {
"impact": "minor",
"oldVersion": "0.4.0",
"newVersion": "0.5.0",
"impact": "patch",
"oldVersion": "0.5.0",
"newVersion": "0.5.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -21,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-06-27)\n\n@embroider/app-blueprint 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#37](https://github.com/embroider-build/app-blueprint/pull/37) add new app.js structure ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#33](https://github.com/embroider-build/app-blueprint/pull/33) Add a bigger warning for this repo ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#28](https://github.com/embroider-build/app-blueprint/pull/28) add regression tests for initialisers ([@mansona](https://github.com/mansona))\n * [#35](https://github.com/embroider-build/app-blueprint/pull/35) add notification for failed github action ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-07-25)\n\n@embroider/app-blueprint 0.5.1 (patch)\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#44](https://github.com/embroider-build/app-blueprint/pull/44) change dependabot versioning strategy to increase ([@mansona](https://github.com/mansona))\n * [#43](https://github.com/embroider-build/app-blueprint/pull/43) set packageManager in package.json and rely on that in CI ([@mansona](https://github.com/mansona))\n * [#38](https://github.com/embroider-build/app-blueprint/pull/38) add a test that verifies that the esbuild step was successful ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2024-07-25)

@embroider/app-blueprint 0.5.1 (patch)

#### :house: Internal
* `@embroider/app-blueprint`
* [#44](https://github.com/embroider-build/app-blueprint/pull/44) change dependabot versioning strategy to increase ([@mansona](https://github.com/mansona))
* [#43](https://github.com/embroider-build/app-blueprint/pull/43) set packageManager in package.json and rely on that in CI ([@mansona](https://github.com/mansona))
* [#38](https://github.com/embroider-build/app-blueprint/pull/38) add a test that verifies that the esbuild step was successful ([@mansona](https://github.com/mansona))

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

## Release (2024-06-27)

@embroider/app-blueprint 0.5.0 (minor)
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.5.0",
"version": "0.5.1",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 1d16d2f

Please sign in to comment.