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 Apr 3, 2024
1 parent c0e2242 commit efbbbe1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@
"solution": {
"create-release-plan-setup": {
"impact": "minor",
"oldVersion": "2.1.1",
"newVersion": "2.2.0",
"oldVersion": "2.2.0",
"newVersion": "2.3.0",
"constraints": [
{
"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-02-16)\n\ncreate-release-plan-setup 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#81](https://github.com/mansona/create-release-plan-setup/pull/81) update pnpm/action-setup in template ([@mansona](https://github.com/mansona))\n * [#80](https://github.com/mansona/create-release-plan-setup/pull/80) update release-plan ([@mansona](https://github.com/mansona))\n * [#78](https://github.com/mansona/create-release-plan-setup/pull/78) Show unlabelled ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#77](https://github.com/mansona/create-release-plan-setup/pull/77) fix the branch used when a PR is labelled ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#82](https://github.com/mansona/create-release-plan-setup/pull/82) run npm init release-plan-setup on this repo ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-04-03)\n\ncreate-release-plan-setup 2.3.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#94](https://github.com/embroider-build/create-release-plan-setup/pull/94) Bump sort-package-json from 2.7.0 to 2.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#95](https://github.com/embroider-build/create-release-plan-setup/pull/95) update to release-plan 0.9.0 ([@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 @@
# Changelog

## Release (2024-04-03)

create-release-plan-setup 2.3.0 (minor)

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#94](https://github.com/embroider-build/create-release-plan-setup/pull/94) Bump sort-package-json from 2.7.0 to 2.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#95](https://github.com/embroider-build/create-release-plan-setup/pull/95) update to release-plan 0.9.0 ([@mansona](https://github.com/mansona))

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

## Release (2024-02-16)

create-release-plan-setup 2.2.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": "create-release-plan-setup",
"version": "2.2.0",
"version": "2.3.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 efbbbe1

Please sign in to comment.