Skip to content

Commit d2da141

Browse files
committed
Make addressing deprecations acceptable in a patch release
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.
1 parent 51c75ce commit d2da141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/contribute.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ With that in mind, things that can go on the patch release branch
113113
include:
114114

115115
- bugfixes;
116+
- addressing deprecations from dependencies;
116117
- adding tests, especially for bugs that were fixed;
117118
- updates, corrections or improvements to non-code assets like
118119
documentation, build scripts or tooling configuration;

0 commit comments

Comments
 (0)