Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3118b0c6
Commit
3118b0c6
authored
May 02, 2016
by
David McMahon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs to describe new PR release-note block parsing.
parent
92899073
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
cherry-picks.md
docs/devel/cherry-picks.md
+6
-3
pull-requests.md
docs/devel/pull-requests.md
+7
-3
No files found.
docs/devel/cherry-picks.md
View file @
3118b0c6
...
@@ -50,9 +50,12 @@ label changes to the **master** branch PR:
...
@@ -50,9 +50,12 @@ label changes to the **master** branch PR:
*
Add an appropriate release-note-(!label-needed) label
*
Add an appropriate release-note-(!label-needed) label
*
Add an appropriate milestone
*
Add an appropriate milestone
*
Add the
`cherrypick-candidate`
label
*
Add the
`cherrypick-candidate`
label
*
The PR title is the
**release note**
you want published at release time and
1.
`release-note`
labeled PRs generate a release note using the PR title by
note that PR titles are mutable and should reflect a release note
default OR the release-note block in the PR template if filled in.
friendly message for any
`release-note-*`
labeled PRs.
*
See the
[
PR template
](
../../.github/PULL_REQUEST_TEMPLATE.md
)
for more
details.
*
PR titles and body comments are mutable and can be modified at any time
prior to the release to reflect a release note friendly message.
### How do cherrypick-candidates make it to the release branch?
### How do cherrypick-candidates make it to the release branch?
...
...
docs/devel/pull-requests.md
View file @
3118b0c6
...
@@ -75,14 +75,18 @@ The following will save time for both you and your reviewer:
...
@@ -75,14 +75,18 @@ The following will save time for both you and your reviewer:
## Release Notes
## Release Notes
This section applies only to pull requests on the master branch.
This section applies only to pull requests on the master branch.
For cherry-pick PRs, see the
[
Cherrypick instructions
](
cherry-picks.md
)
1.
All pull requests are initiated with a
`release-note-label-needed`
label.
1.
All pull requests are initiated with a
`release-note-label-needed`
label.
1.
For a PR to be ready to merge, the
`release-note-label-needed`
label must be removed and one of the other
`release-note-*`
labels must be added.
1.
For a PR to be ready to merge, the
`release-note-label-needed`
label must be removed and one of the other
`release-note-*`
labels must be added.
1.
`release-note-none`
is a valid option if the PR does not need to be mentioned
1.
`release-note-none`
is a valid option if the PR does not need to be mentioned
at release time.
at release time.
1.
The PR title is the
**release note**
you want published at release time.
1.
`release-note`
labeled PRs generate a release note using the PR title by
*
NOTE: PR titles are mutable and should reflect a release note friendly
default OR the release-note block in the PR template if filled in.
message for any
`release-note-*`
labeled PRs.
*
See the
[
PR template
](
../../.github/PULL_REQUEST_TEMPLATE.md
)
for more
details.
*
PR titles and body comments are mutable and can be modified at any time
prior to the release to reflect a release note friendly message.
The only exception to these rules is when a PR is not a cherry-pick and is
The only exception to these rules is when a PR is not a cherry-pick and is
targeted directly to the non-master branch. In this case, a
`release-note-*`
targeted directly to the non-master branch. In this case, a
`release-note-*`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment