Skip to content

Commit

Permalink
Merge pull request #55 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 14, 2024
2 parents 29962ca + a027332 commit d514b73
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"solution": {
"release-plan": {
"impact": "minor",
"oldVersion": "0.6.1",
"newVersion": "0.7.0",
"impact": "patch",
"oldVersion": "0.7.0",
"newVersion": "0.7.1",
"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-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"
"description": "## Release (2024-02-14)\n\nrelease-plan 0.7.1 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#54](https://github.com/embroider-build/release-plan/pull/54) fix import of semver ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# release-plan Changelog

## Release (2024-02-14)

release-plan 0.7.1 (patch)

#### :bug: Bug Fix
* `release-plan`
* [#54](https://github.com/embroider-build/release-plan/pull/54) fix import of semver ([@mansona](https://github.com/mansona))

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

## Release (2024-01-26)

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

0 comments on commit d514b73

Please sign in to comment.