Skip to content

Commit

Permalink
Merge pull request #160 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Nov 24, 2024
2 parents 98353ec + daf7f53 commit 4d50e9b
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": {
"create-release-plan-setup": {
"impact": "minor",
"oldVersion": "3.2.0",
"newVersion": "3.3.0",
"impact": "patch",
"oldVersion": "3.3.0",
"newVersion": "3.3.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-24)\n\ncreate-release-plan-setup 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#157](https://github.com/embroider-build/create-release-plan-setup/pull/157) add --provenance to publish by default ([@mansona](https://github.com/mansona))\n * [#156](https://github.com/embroider-build/create-release-plan-setup/pull/156) if you're using pnpm make sure to set cache ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-11-24)\n\ncreate-release-plan-setup 3.3.1 (patch)\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#159](https://github.com/embroider-build/create-release-plan-setup/pull/159) fix provenance for pnpm ([@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
Expand Up @@ -2,6 +2,17 @@

## Release (2024-11-24)

create-release-plan-setup 3.3.1 (patch)

#### :bug: Bug Fix
* `create-release-plan-setup`
* [#159](https://github.com/embroider-build/create-release-plan-setup/pull/159) fix provenance for pnpm ([@mansona](https://github.com/mansona))

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

## Release (2024-11-24)

create-release-plan-setup 3.3.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": "create-release-plan-setup",
"version": "3.3.0",
"version": "3.3.1",
"description": "Simple npm init bin package to add the perfect release-plan setup",
"keywords": [],
"repository": "https://github.com/embroider-build/create-release-plan-setup",
Expand Down

0 comments on commit 4d50e9b

Please sign in to comment.