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 Jun 25, 2024
1 parent face7cb commit a38c91c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"guidemaker": {
"impact": "patch",
"oldVersion": "4.0.1",
"newVersion": "4.0.2",
"oldVersion": "4.0.2",
"newVersion": "4.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-05-03)\n\nguidemaker 4.0.2 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker`\n * [#109](https://github.com/empress/guidemaker/pull/109) remove ember-data transform re-exports ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `guidemaker`\n * [#112](https://github.com/empress/guidemaker/pull/112) update to v5.8 with ember-cli-update ([@mansona](https://github.com/mansona))\n * [#110](https://github.com/empress/guidemaker/pull/110) add ember-data to ember-try scenarios ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-06-25)\n\nguidemaker 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker`\n * [#114](https://github.com/empress/guidemaker/pull/114) fix version dropdown and add a test ([@mansona](https://github.com/mansona))\n * [#115](https://github.com/empress/guidemaker/pull/115) fix ember-data dependencies ([@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
@@ -1,5 +1,17 @@
# Guidemaker Changelog

## Release (2024-06-25)

guidemaker 4.0.3 (patch)

#### :bug: Bug Fix
* `guidemaker`
* [#114](https://github.com/empress/guidemaker/pull/114) fix version dropdown and add a test ([@mansona](https://github.com/mansona))
* [#115](https://github.com/empress/guidemaker/pull/115) fix ember-data dependencies ([@mansona](https://github.com/mansona))

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

## Release (2024-05-03)

guidemaker 4.0.2 (patch)
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": "guidemaker",
"version": "4.0.2",
"version": "4.0.3",
"description": "Guidemaker Core Engine",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit a38c91c

Please sign in to comment.