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 Mar 8, 2024
1 parent bcc4db8 commit ef3a8e9
Show file tree
Hide file tree
Showing 4 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": {
"guidemaker": {
"impact": "patch",
"oldVersion": "3.3.0",
"newVersion": "3.3.1",
"impact": "major",
"oldVersion": "3.3.1",
"newVersion": "4.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-18)\n\nguidemaker 3.3.1 (patch)\n\n#### :bug: Bug Fix\n* [#100](https://github.com/empress/guidemaker/pull/100) Fix `ember-data:deprecate-array-like` deprecation ([@bartocc](https://github.com/bartocc))\n\n#### Committers: 1\n- Julien Palmas ([@bartocc](https://github.com/bartocc))\n"
"description": "## Release (2024-03-08)\n\nguidemaker 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `guidemaker`\n * [#103](https://github.com/empress/guidemaker/pull/103) drop support for node < 18 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `guidemaker`\n * [#102](https://github.com/empress/guidemaker/pull/102) swap to pnpm ([@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
@@ -1,4 +1,19 @@
# Guidemaker Changelog

## Release (2024-03-08)

guidemaker 4.0.0 (major)

#### :boom: Breaking Change
* `guidemaker`
* [#103](https://github.com/empress/guidemaker/pull/103) drop support for node < 18 ([@mansona](https://github.com/mansona))

#### :house: Internal
* `guidemaker`
* [#102](https://github.com/empress/guidemaker/pull/102) swap to pnpm ([@mansona](https://github.com/mansona))

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

guidemaker 3.3.1 (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": "3.3.1",
"version": "4.0.0",
"description": "Guidemaker Core Engine",
"keywords": [
"ember-addon",
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit ef3a8e9

Please sign in to comment.