Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ non-patch flow.
- This branch contains the commits accepted so far that implement the proposal
in the tracking pull request.

### Pre-release Versions

Alpha and Beta releases are made from a proposal branch. The version number should be
incremented to the next minor version with a `-beta` or `-alpha` suffix.
For example, if the next beta release is `5.0.1`, the beta release would be `5.0.1-beta.0`.
The pre-releases should be considered unstable and not suitable for production use.

### Patch flow

In the patch flow, simple changes are committed to the release branch which
Expand Down
6 changes: 6 additions & 0 deletions Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ announcement, and may ask for additional information or guidance.
Report security bugs in third-party modules to the person or team maintaining
the module.

## Pre-release Versions

Alpha and Beta releases should be considered unstable and **not suitable for production use**.
Vulnerabilities found in pre-releases should be reported according to the [Reporting a Bug](#reporting-a-bug) section.
Due to the unstable nature of the branch it is not garanteed that the fix will be released in the next pre-release.

## Disclosure Policy

When the security team receives a security bug report, they will assign it to a
Expand Down