Skip to content

Commit

Permalink
Merge pull request #98 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Apr 3, 2024
2 parents 6668aaf + 08c1335 commit 7fb12b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"create-release-plan-setup": {
"impact": "minor",
"oldVersion": "2.2.0",
"newVersion": "2.3.0",
"impact": "patch",
"oldVersion": "2.3.0",
"newVersion": "2.3.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-04-03)\n\ncreate-release-plan-setup 2.3.1 (patch)\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#97](https://github.com/embroider-build/create-release-plan-setup/pull/97) Fix repo url ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-04-03)

create-release-plan-setup 2.3.1 (patch)

#### :house: Internal
* `create-release-plan-setup`
* [#97](https://github.com/embroider-build/create-release-plan-setup/pull/97) Fix repo url ([@mansona](https://github.com/mansona))

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

## Release (2024-04-03)

create-release-plan-setup 2.3.0 (minor)

#### :rocket: Enhancement
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.3.0",
"version": "2.3.1",
"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 7fb12b9

Please sign in to comment.