Skip to content

Commit

Permalink
Merge pull request #48 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Jan 24, 2024
2 parents 7ff9b46 + 3d7ab70 commit 033a0c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
@@ -1,17 +1,17 @@
{
"solution": {
"release-plan": {
"impact": "minor",
"oldVersion": "0.5.1",
"newVersion": "0.6.0",
"impact": "patch",
"oldVersion": "0.6.0",
"newVersion": "0.6.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-13)\n\nrelease-plan 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#38](https://github.com/embroider-build/release-plan/pull/38) add --publish-branch if passed to release-plan publish ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-01-24)\n\nrelease-plan 0.6.1 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#47](https://github.com/embroider-build/release-plan/pull/47) Robustly discover packages with @manypkg ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,14 @@
# release-plan Changelog
## Release (2024-01-24)

release-plan 0.6.1 (patch)

#### :bug: Bug Fix
* `release-plan`
* [#47](https://github.com/embroider-build/release-plan/pull/47) Robustly discover packages with @manypkg ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2023-12-13)

release-plan 0.6.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "release-plan",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"keywords": [],
"repository": "https://github.com/embroider-build/release-plan",
Expand Down

0 comments on commit 033a0c5

Please sign in to comment.