Skip to content

Commit

Permalink
Merge pull request #75 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jul 15, 2024
2 parents 2bce376 + f946f43 commit 499ac89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"release-plan": {
"impact": "patch",
"oldVersion": "0.9.0",
"newVersion": "0.9.1",
"oldVersion": "0.9.1",
"newVersion": "0.9.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-11)\n\nrelease-plan 0.9.1 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#72](https://github.com/embroider-build/release-plan/pull/72) add a test to exercise latest-version dependency and update it ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `release-plan`\n * [#58](https://github.com/embroider-build/release-plan/pull/58) Update readme ([@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-07-15)\n\nrelease-plan 0.9.2 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#74](https://github.com/embroider-build/release-plan/pull/74) move @types packages to dev-dependencies ([@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
@@ -1,5 +1,16 @@
# release-plan Changelog

## Release (2024-07-15)

release-plan 0.9.2 (patch)

#### :bug: Bug Fix
* `release-plan`
* [#74](https://github.com/embroider-build/release-plan/pull/74) move @types packages to dev-dependencies ([@mansona](https://github.com/mansona))

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

## Release (2024-07-11)

release-plan 0.9.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": "release-plan",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"keywords": [],
"repository": "https://github.com/embroider-build/release-plan",
Expand Down

0 comments on commit 499ac89

Please sign in to comment.