Skip to content

Commit

Permalink
Merge pull request #31 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Dec 4, 2023
2 parents b62a84c + 1bd41f1 commit a15931d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"release-plan": {
"impact": "minor",
"oldVersion": "0.3.0",
"newVersion": "0.4.0",
"impact": "patch",
"oldVersion": "0.4.0",
"newVersion": "0.4.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-04)\n\nrelease-plan 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* [#28](https://github.com/embroider-build/release-plan/pull/28) pick the correct package manager to do npm publish ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#29](https://github.com/embroider-build/release-plan/pull/29) Add linting and check it in CI ([@mansona](https://github.com/mansona))\n* [#27](https://github.com/embroider-build/release-plan/pull/27) run npm init release-plan-setup --update ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# release-plan Changelog
## Release (2023-12-04)

release-plan 0.4.1 (patch)

#### :bug: Bug Fix
* [#30](https://github.com/embroider-build/release-plan/pull/30) add shebang back and fix linting config ([@mansona](https://github.com/mansona))

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

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

0 comments on commit a15931d

Please sign in to comment.