mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
docs(contrib): Align release windows
The README says 6-9 and we want to be clear that it isn't guarenteed there will be a release then.
This commit is contained in:
parent
15c7abb196
commit
e2136f9a6a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue