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 Feb 6, 2024
1 parent e7de31d commit 5846ca4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
20 changes: 12 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"solution": {
"create-release-plan-setup": {
"impact": "major",
"oldVersion": "1.4.2",
"newVersion": "2.0.0",
"impact": "minor",
"oldVersion": "2.0.0",
"newVersion": "2.1.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"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-01-05)\n\ncreate-release-plan-setup 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `create-release-plan-setup`\n * [#56](https://github.com/mansona/create-release-plan-setup/pull/56) always update existing files ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#53](https://github.com/mansona/create-release-plan-setup/pull/53) Add explicit permissions to the generated workflow files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-02-06)\n\ncreate-release-plan-setup 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#71](https://github.com/mansona/create-release-plan-setup/pull/71) run create-release-plan-setup ([@mansona](https://github.com/mansona))\n * [#68](https://github.com/mansona/create-release-plan-setup/pull/68) Update peter-evans/create-pull-request ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#60](https://github.com/mansona/create-release-plan-setup/pull/60) match release-plan test for Changelog header ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#67](https://github.com/mansona/create-release-plan-setup/pull/67) add an editorconfig file ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Changelog

## Release (2024-02-06)

create-release-plan-setup 2.1.0 (minor)

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#71](https://github.com/mansona/create-release-plan-setup/pull/71) run create-release-plan-setup ([@mansona](https://github.com/mansona))
* [#68](https://github.com/mansona/create-release-plan-setup/pull/68) Update peter-evans/create-pull-request ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `create-release-plan-setup`
* [#60](https://github.com/mansona/create-release-plan-setup/pull/60) match release-plan test for Changelog header ([@mansona](https://github.com/mansona))

#### :house: Internal
* `create-release-plan-setup`
* [#67](https://github.com/mansona/create-release-plan-setup/pull/67) add an editorconfig file ([@mansona](https://github.com/mansona))

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

create-release-plan-setup 2.0.0 (major)
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": "2.0.0",
"version": "2.1.0",
"description": "Simple npm init bin package to add the perfect release-plan setup",
"keywords": [],
"repository": "https://github.com/mansona/create-release-plan-setup",
Expand Down

0 comments on commit 5846ca4

Please sign in to comment.