Skip to content

Commit

Permalink
Merge pull request #82 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Oct 17, 2024
2 parents 190c636 + 9de5602 commit dcd77c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"release-plan": {
"impact": "patch",
"oldVersion": "0.9.1",
"newVersion": "0.9.2",
"impact": "minor",
"oldVersion": "0.9.2",
"newVersion": "0.10.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 (2024-07-15)\n\nrelease-plan 0.9.2 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#74](https://github.com/embroider-build/release-plan/pull/74) move @types packages to dev-dependencies ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-10-17)\n\nrelease-plan 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#81](https://github.com/embroider-build/release-plan/pull/81) Add support for specifying --access, aligning better with default publish behavior ([@saracope](https://github.com/saracope))\n\n#### Committers: 1\n- Sara Cope ([@saracope](https://github.com/saracope))\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-10-17)

release-plan 0.10.0 (minor)

#### :rocket: Enhancement
* `release-plan`
* [#81](https://github.com/embroider-build/release-plan/pull/81) Add support for specifying --access, aligning better with default publish behavior ([@saracope](https://github.com/saracope))

#### Committers: 1
- Sara Cope ([@saracope](https://github.com/saracope))

## Release (2024-07-15)

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

0 comments on commit dcd77c3

Please sign in to comment.