-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [x] Release <!-- Please set this as a title and change the version number If you don't know the version number, run on the main branch the release GitHub workflow with dryRun enabled chore: prepare x.y.z -->
- Loading branch information
Showing
5 changed files
with
59 additions
and
44 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## PR Checklist | ||
|
||
Please check if your PR fulfills the following requirements: | ||
|
||
<!--- [ ] Tests for the changes have been added (for bug fixes/features)--> | ||
|
||
- [ ] Docs have been added/updated (for bug fixes/features) | ||
|
||
## PR Type | ||
|
||
What kind of change does this PR introduce? | ||
|
||
<!-- Please check the one that applies to this PR using "x". --> | ||
|
||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Refactoring (no functional changes, no API changes) | ||
- [ ] Build related changes | ||
- [ ] CI-related changes | ||
- [ ] Documentation content changes | ||
- [ ] Other... Please describe: | ||
|
||
## Issue Number | ||
|
||
<!-- Bugs and features must be linked to an issue. --> | ||
|
||
Issue Number: N/A | ||
|
||
## Does this PR introduce a breaking change? | ||
|
||
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
|
||
## Other information | ||
|
||
@coderabbitai summary |
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,15 @@ | ||
## PR Type | ||
|
||
What kind of change does this PR introduce? | ||
|
||
<!-- Please check the one that applies to this PR using "x". --> | ||
|
||
- [x] Release | ||
|
||
<!-- | ||
Please set this as a title and change the version number | ||
If you don't know the version number, run on the main branch the release GitHub workflow with dryRun enabled | ||
chore: prepare x.y.z | ||
--> |
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,39 +1,4 @@ | ||
## PR Checklist | ||
Please go to the `Preview` tab and select the appropriate sub-template: | ||
|
||
Please check if your PR fulfills the following requirements: | ||
|
||
<!--- [ ] Tests for the changes have been added (for bug fixes/features)--> | ||
|
||
- [ ] Docs have been added/updated (for bug fixes/features) | ||
|
||
## PR Type | ||
|
||
What kind of change does this PR introduce? | ||
|
||
<!-- Please check the one that applies to this PR using "x". --> | ||
|
||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Refactoring (no functional changes, no API changes) | ||
- [ ] Build related changes | ||
- [ ] CI-related changes | ||
- [ ] Documentation content changes | ||
- [ ] Other... Please describe: | ||
|
||
## Issue Number | ||
|
||
<!-- Bugs and features must be linked to an issue. --> | ||
|
||
Issue Number: N/A | ||
|
||
## Does this PR introduce a breaking change? | ||
|
||
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
|
||
## Other information | ||
|
||
@coderabbitai summary | ||
* [Default](?expand=1&template=default_request_template.md) | ||
* [Release](?expand=1&template=release_request_template.md) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ | |
"npm": true, | ||
"changelog": true, | ||
"branches": [ | ||
"main", | ||
"release", | ||
{ | ||
"name": "beta", | ||
|