Skip to content

Commit

Permalink
Merge pull request #33 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Dec 6, 2023
2 parents 3ea9d69 + 4a28e40 commit 5e02657
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.4.0",
"newVersion": "0.4.1",
"impact": "minor",
"oldVersion": "0.4.1",
"newVersion": "0.5.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-04)\n\nrelease-plan 0.4.1 (patch)\n\n#### :bug: Bug Fix\n* [#30](https://github.com/embroider-build/release-plan/pull/30) add shebang back and fix linting config ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2023-12-06)\n\nrelease-plan 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#32](https://github.com/embroider-build/release-plan/pull/32) update lerna-changelog ([@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-06)

release-plan 0.5.0 (minor)

#### :rocket: Enhancement
* `release-plan`
* [#32](https://github.com/embroider-build/release-plan/pull/32) update lerna-changelog ([@mansona](https://github.com/mansona))

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

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

0 comments on commit 5e02657

Please sign in to comment.