Skip to content

Commit

Permalink
Merge pull request #50 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jan 26, 2024
2 parents ea1f0c3 + d6198a6 commit 06a2294
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
16 changes: 12 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"solution": {
"release-plan": {
"impact": "patch",
"oldVersion": "0.6.0",
"newVersion": "0.6.1",
"impact": "minor",
"oldVersion": "0.6.1",
"newVersion": "0.7.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-01-26)\n\nrelease-plan 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#52](https://github.com/embroider-build/release-plan/pull/52) add ability to pass tag to publish command ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#51](https://github.com/embroider-build/release-plan/pull/51) Make changelog header discovery more forgiving (case-insensitive) ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `release-plan`\n * [#49](https://github.com/embroider-build/release-plan/pull/49) add a basic test for updateChangelog ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# release-plan Changelog

## Release (2024-01-26)

release-plan 0.7.0 (minor)

#### :rocket: Enhancement
* `release-plan`
* [#52](https://github.com/embroider-build/release-plan/pull/52) add ability to pass tag to publish command ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `release-plan`
* [#51](https://github.com/embroider-build/release-plan/pull/51) Make changelog header discovery more forgiving (case-insensitive) ([@mansona](https://github.com/mansona))

#### :house: Internal
* `release-plan`
* [#49](https://github.com/embroider-build/release-plan/pull/49) add a basic test for updateChangelog ([@mansona](https://github.com/mansona))

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

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

0 comments on commit 06a2294

Please sign in to comment.