mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Modify Release Notes section in Contributing guide (#33162)
* release notes * release notes * release notes * Update CONTRIBUTING.md Co-Authored-By: jinmu03 <36862642+jinmu03@users.noreply.github.com> * Update CONTRIBUTING.md Co-Authored-By: jinmu03 <36862642+jinmu03@users.noreply.github.com>
This commit is contained in:
parent
689bba3c86
commit
6f10ad27a0
1 changed files with 5 additions and 1 deletions
|
@ -454,7 +454,8 @@ node scripts/docs.js --open
|
|||
|
||||
Part of this process only applies to maintainers, since it requires access to Github labels.
|
||||
|
||||
Kibana publishes major, minor and patch releases periodically through the year. During this process we run a script against this repo to collect the applicable PRs against that release and generate [Release Notes](https://www.elastic.co/guide/en/kibana/current/release-notes.html). To include your change in the Release Notes:
|
||||
Kibana publishes major, minor and patch releases periodically through the year. During this process we run a script against this repo to collect the applicable PRs against that release and generate [Release Notes](https://www.elastic.co/guide/en/kibana/current/release-notes.html).
|
||||
To include your change in the Release Notes:
|
||||
|
||||
1. In the title, summarize what the PR accomplishes in language that is meaningful to the user. In general, use present tense (for example, Adds, Fixes) in sentence case.
|
||||
1. Label the PR with the targeted version (ex: 6.5).
|
||||
|
@ -464,6 +465,9 @@ Kibana publishes major, minor and patch releases periodically through the year.
|
|||
* For a deprecated feature, use `release_note:deprecation`.
|
||||
* For a breaking change, use `release-breaking:note`.
|
||||
|
||||
To NOT include your changes in the Release Notes, please use label`non-issue`. PRs with the following labels also won't be included in the Release Notes:
|
||||
`build`, `docs`, `test`, `non-issue`, `jenkins`, `backport`, and `chore`.
|
||||
|
||||
We also produce a blog post that details more important breaking API changes every minor and major release. If the PR includes a breaking API change, apply the label `release_note:dev_docs`. Additionally add a brief summary of the break at the bottom of the PR using the format below:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue