-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from embroider-build/release-preview
Prepare Release
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters