Skip to content

Commit

Permalink
Update the pull_request_template for release-note πŸ“–
Browse files Browse the repository at this point in the history
- The release notes need to use the `release-note` code block.
- Do not add any by default to *force* the block to be added
  accordingly to the PR content.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jul 6, 2020
1 parent ed40f12 commit 8eb0b6d
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,22 @@ Does your PR contain User facing changes?
If so, briefly describe them here so we can include this description in the
release notes for the next release!
-->
```
release-note
```
For pull requests with a release note:
```release-note
Your release note here
```
For pull requests that require additional action from users switching to the new release, include the string "action required" (case insensitive) in the release note:
```release-note
action required: your release note here
```
For pull requests that don't need to be mentioned at release time, use the `/release-note-none` Prow command to add the `release-note-none` label to the PR. You can also write the string "NONE" as a release note in your PR description:
```release-note
NONE
```
-->

0 comments on commit 8eb0b6d

Please sign in to comment.