-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
123 additions
and
0 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,7 @@ | ||
Click on the `Preview` tab and select a template: | ||
|
||
- [Merge Request](?expand=1&labels=triage&quick_pull=1&template=merge_request.md) | ||
- [Patch Release Request](?expand=1&labels=release,release%3Apatch&quick_pull=1&template=patch_release_request.md&title=Release%20vMajor.Minor.Patch%5B%20%7C%20Release%20Name%5D) | ||
- [Minor Release Request](?expand=1&labels=release,release%3Aminor&quick_pull=1&template=minor_release_request.md&title=Release%20vMajor.Minor.0%5B%20%7C%20Release%20Name%5D) | ||
- [Major Release Request](?expand=1&labels=release,release%3Amajor&quick_pull=1&template=major_release_request.md&title=Release%20vMajor.0.0%5B%20%7C%20Release%20Name%5D) | ||
- [Prerelease Request](?expand=1&labels=release,release%3Aprerelease&quick_pull=1&template=prerelease_request.md&title=Prerelease%20vMajor.Minor.Patch%5B-suffix%5D%5B%20%7C%20Release%20Name%5D) |
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,21 @@ | ||
<!-- | ||
Release Description | ||
--> | ||
|
||
## 🆕 Features | ||
<!-- | ||
- Added this | ||
- Added that | ||
--> | ||
|
||
## 🐞 Fixes | ||
<!-- | ||
- Fixed this | ||
- Fixed that | ||
- Fixed all of them | ||
--> | ||
|
||
## ❗ Breaking Changes | ||
<!-- | ||
- `API.SendRequest` has been rewritten and its parameters have changed | ||
--> |
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,9 @@ | ||
## Description | ||
<!-- A list of what the merge request changes. --> | ||
|
||
## Intent | ||
<!-- A summary of why the merge request should be merged. --> | ||
|
||
## Additional Context | ||
<!-- Additional information such as motivation or inspiration. --> | ||
None. |
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,16 @@ | ||
<!-- | ||
Release Description | ||
--> | ||
|
||
## 🆕 Features | ||
<!-- | ||
- Added this | ||
- Added that | ||
--> | ||
|
||
## 🐞 Fixes | ||
<!-- | ||
- Fixed this | ||
- Fixed that | ||
- Fixed all of them | ||
--> |
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,10 @@ | ||
<!-- | ||
Release Description | ||
--> | ||
|
||
## 🐞 Fixes | ||
<!-- | ||
- Fixed this | ||
- Fixed that | ||
- Fixed all of them | ||
--> |
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,21 @@ | ||
<!-- | ||
Prerelease Description | ||
--> | ||
|
||
## 🆕 Features | ||
<!-- | ||
- Added this | ||
- Added that | ||
--> | ||
|
||
## 🐞 Fixes | ||
<!-- | ||
- Fixed this | ||
- Fixed that | ||
- Fixed all of them | ||
--> | ||
|
||
## ❗ Breaking Changes | ||
<!-- | ||
- `API.SendRequest` has been rewritten and its parameters have changed | ||
--> |
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,18 @@ | ||
name: Release Request | ||
run-name: Release Request | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
- edited | ||
- opened | ||
branches: | ||
- master | ||
|
||
jobs: | ||
handle_release_request: | ||
name: ${{ github.event.action == 'closed' && 'Resolve ' || 'Verify ' }}Release Request | ||
permissions: | ||
contents: write | ||
uses: Arthri/release_request/.github/workflows/release_request.yml@v1 |
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