Skip to content

Commit

Permalink
Make addressing deprecations acceptable in a patch release
Browse files Browse the repository at this point in the history
Addressing a deprecation is not a bugfix, it does not make the software
more stable. Deprecations are annoying though, and unless we switch to
using the ~ operator instead of the ^ operator for our dependencies, we
might get new ones out of the blue.
I propose to explicitly allow PRs that address deprecations in patch
releases, so that users do not have to wait until the next minor to have
fewer deprecations.
  • Loading branch information
greg0ire committed Jun 1, 2023
1 parent 51c75ce commit d2da141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ With that in mind, things that can go on the patch release branch
include:

- bugfixes;
- addressing deprecations from dependencies;
- adding tests, especially for bugs that were fixed;
- updates, corrections or improvements to non-code assets like
documentation, build scripts or tooling configuration;
Expand Down

0 comments on commit d2da141

Please sign in to comment.