Update patch reasons (#5837)

This commit is contained in:
Trask Stalnaker 2022-04-15 08:26:52 -07:00 committed by GitHub
parent e9fbb367b3
commit 8ec8a80baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ as the last step, which publishes a snapshot build to
All patch releases should include only bug-fixes, and must avoid adding/modifying the public APIs.
In general, patch releases are only made for regressions, memory leaks and deadlocks.
In general, patch releases are only made for regressions, security vulnerabilities, memory leaks
and deadlocks.
* Backport pull request(s) to the release branch.
* Run the [Backport workflow](.github/workflows/backport.yml).