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 25, 2024
1 parent 9b6b341 commit eea757e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"solution": {
"create-release-plan-setup": {
"impact": "patch",
"oldVersion": "3.3.1",
"newVersion": "3.3.2",
"impact": "major",
"oldVersion": "3.3.2",
"newVersion": "4.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"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-24)\n\ncreate-release-plan-setup 3.3.2 (patch)\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#161](https://github.com/embroider-build/create-release-plan-setup/pull/161) add required permissions for provenance ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-11-25)\n\ncreate-release-plan-setup 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `create-release-plan-setup`\n * [#166](https://github.com/embroider-build/create-release-plan-setup/pull/166) drop support for Node 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#167](https://github.com/embroider-build/create-release-plan-setup/pull/167) update peter-evans/create-pull-request action ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#169](https://github.com/embroider-build/create-release-plan-setup/pull/169) update fixturify project ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-11-25)

create-release-plan-setup 4.0.0 (major)

#### :boom: Breaking Change
* `create-release-plan-setup`
* [#166](https://github.com/embroider-build/create-release-plan-setup/pull/166) drop support for Node 16 ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#167](https://github.com/embroider-build/create-release-plan-setup/pull/167) update peter-evans/create-pull-request action ([@mansona](https://github.com/mansona))

#### :house: Internal
* `create-release-plan-setup`
* [#169](https://github.com/embroider-build/create-release-plan-setup/pull/169) update fixturify project ([@mansona](https://github.com/mansona))

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

## Release (2024-11-24)

create-release-plan-setup 3.3.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": "create-release-plan-setup",
"version": "3.3.2",
"version": "4.0.0",
"description": "Simple npm init bin package to add the perfect release-plan setup",
"keywords": [],
"repository": "https://github.com/embroider-build/create-release-plan-setup",
Expand Down

0 comments on commit eea757e

Please sign in to comment.