Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: document beta releases expectations #5565

Merged
merged 7 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
refactor: reword to pre-releases
  • Loading branch information
marco-ippolito committed Mar 26, 2024
commit eb386fb139c4c2facc51affb5554da5d29997797
8 changes: 4 additions & 4 deletions Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ non-patch flow.

### Pre-release Versions

Beta releases are made from a proposal branch. The version number should be
incremented to the next minor version with a `-beta` suffix. For example, if the
next release is `5.0.1`, the beta release would be `5.0.1-beta.0`. The beta
release should be considered unstable and not suitable for production use.
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.
marco-ippolito marked this conversation as resolved.
Show resolved Hide resolved

### Patch flow

Expand Down
6 changes: 3 additions & 3 deletions Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ the module.

## Pre-release Versions

Beta releases should be considered unstable and **not suitable for production use**.
Vulnerabilities found in beta 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 beta release.
Alpha and Beta releases should be considered unstable and **not suitable for production use**.
marco-ippolito marked this conversation as resolved.
Show resolved Hide resolved
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.
marco-ippolito marked this conversation as resolved.
Show resolved Hide resolved

## Disclosure Policy

Expand Down
Loading