-
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 #14 from mansona/release-preview
Release Preview
- Loading branch information
Showing
3 changed files
with
50 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"solution": { | ||
"create-release-plan-setup": { | ||
"impact": "major", | ||
"oldVersion": "0.0.0", | ||
"newVersion": "1.0.0", | ||
"constraints": [ | ||
{ | ||
"impact": "major", | ||
"reason": "Appears in changelog section :boom: Breaking Change" | ||
}, | ||
{ | ||
"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 (2023-11-26)\n\ncreate-release-plan-setup 1.0.0 (major)\n\n#### :boom: Breaking Change\n* [#16](https://github.com/mansona/create-release-plan-setup/pull/16) update all dependencies ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* [#19](https://github.com/mansona/create-release-plan-setup/pull/19) update plan when a PR is labeled ([@mansona](https://github.com/mansona))\n* [#15](https://github.com/mansona/create-release-plan-setup/pull/15) Update preview description ([@mansona](https://github.com/mansona))\n* [#13](https://github.com/mansona/create-release-plan-setup/pull/13) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* [#17](https://github.com/mansona/create-release-plan-setup/pull/17) Update more deps ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#18](https://github.com/mansona/create-release-plan-setup/pull/18) add --singlePackage for CI ([@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