Skip to content

Commit

Permalink
docs(contrib): Align release windows
Browse files Browse the repository at this point in the history
The README says 6-9 and we want to be clear that it isn't guarenteed
there will be a release then.
  • Loading branch information
epage committed Feb 15, 2022
1 parent 15c7abb commit e2136f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -35,11 +35,11 @@ There are a few goals of `clap` that I'd like to maintain throughout contributio

Our releases fall into one of:
- Major releases which are reserved for breaking changes
- Released approximately every 6 months
- Aspire to at least 6-9 months between releases
- Remove all deprecated functionality
- Try to minimize new breaking changes to ease user transition and reduce time "we go dark" (unreleased feature-branch)
- Minor releases which are for minor compatibility changes
- Released approximately every 2 months
- Aspire to at least 2 months between releases
- Changes to MSRV
- Deprecating existing functionality
- `#[doc(hidden)]` all deprecated items in the prior minor release
Expand Down

0 comments on commit e2136f9

Please sign in to comment.