Skip to content

Commit

Permalink
Merge pull request #39 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Dec 13, 2023
2 parents 8160913 + a85ec97 commit 62a68da
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": "patch",
"oldVersion": "0.5.0",
"newVersion": "0.5.1",
"impact": "minor",
"oldVersion": "0.5.1",
"newVersion": "0.6.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-06)\n\nrelease-plan 0.5.1 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#35](https://github.com/embroider-build/release-plan/pull/35) fix pnpm package discovery bug ([@mansona](https://github.com/mansona))\n * [#34](https://github.com/embroider-build/release-plan/pull/34) Fix pnpm package discovery ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"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"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,14 @@
# release-plan Changelog
## Release (2023-12-13)

release-plan 0.6.0 (minor)

#### :rocket: Enhancement
* `release-plan`
* [#38](https://github.com/embroider-build/release-plan/pull/38) add --publish-branch if passed to release-plan publish ([@mansona](https://github.com/mansona))

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

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

0 comments on commit 62a68da

Please sign in to comment.