Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed Dec 9, 2024
1 parent d50396c commit 8882c6a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"solution": {
"release-plan": {
"impact": "minor",
"oldVersion": "0.10.0",
"newVersion": "0.11.0",
"impact": "patch",
"oldVersion": "0.11.0",
"newVersion": "0.11.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -17,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-24)\n\nrelease-plan 0.11.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#85](https://github.com/embroider-build/release-plan/pull/85) pass provenance through if provided to publish ([@mansona](https://github.com/mansona))\n * [#68](https://github.com/embroider-build/release-plan/pull/68) add semverIncrementAs option for granular package version control ([@void-mAlex](https://github.com/void-mAlex))\n\n#### :house: Internal\n* `release-plan`\n * [#83](https://github.com/embroider-build/release-plan/pull/83) use corepack to manage pnpm version ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-12-09)\n\nrelease-plan 0.11.1 (patch)\n\n#### :house: Internal\n* `release-plan`\n * [#102](https://github.com/embroider-build/release-plan/pull/102) Bump the dev-dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#101](https://github.com/embroider-build/release-plan/pull/101) use increase-if-necessary strategy for dependabot ([@mansona](https://github.com/mansona))\n * [#89](https://github.com/embroider-build/release-plan/pull/89) Bump fs-extra and @types/fs-extra ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#100](https://github.com/embroider-build/release-plan/pull/100) update release-plan workflows ([@mansona](https://github.com/mansona))\n * [#99](https://github.com/embroider-build/release-plan/pull/99) stop using git fork of fixturify-project ([@mansona](https://github.com/mansona))\n * [#73](https://github.com/embroider-build/release-plan/pull/73) add a dependabot config ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# release-plan Changelog

## Release (2024-12-09)

release-plan 0.11.1 (patch)

#### :house: Internal
* `release-plan`
* [#102](https://github.com/embroider-build/release-plan/pull/102) Bump the dev-dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#101](https://github.com/embroider-build/release-plan/pull/101) use increase-if-necessary strategy for dependabot ([@mansona](https://github.com/mansona))
* [#89](https://github.com/embroider-build/release-plan/pull/89) Bump fs-extra and @types/fs-extra ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#100](https://github.com/embroider-build/release-plan/pull/100) update release-plan workflows ([@mansona](https://github.com/mansona))
* [#99](https://github.com/embroider-build/release-plan/pull/99) stop using git fork of fixturify-project ([@mansona](https://github.com/mansona))
* [#73](https://github.com/embroider-build/release-plan/pull/73) add a dependabot config ([@mansona](https://github.com/mansona))

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

## Release (2024-11-24)

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

0 comments on commit 8882c6a

Please sign in to comment.