diff options
author | Mary Jinglewski <mjinglewski@chef.io> | 2019-04-10 17:52:12 -0400 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 16:53:22 -0700 |
commit | ee838cb7e223178c70f1f027d4e460fbba25bc46 (patch) | |
tree | 496595e791989b2d37bf0983e692571d5e5df9be /docs/dev/design_documents/client_release_cadence.md | |
parent | f67d33078ce34835882140bb661cdecce735b011 (diff) | |
download | chef-ee838cb7e223178c70f1f027d4e460fbba25bc46.tar.gz |
Copyedits, part 1
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
Diffstat (limited to 'docs/dev/design_documents/client_release_cadence.md')
-rw-r--r-- | docs/dev/design_documents/client_release_cadence.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/design_documents/client_release_cadence.md b/docs/dev/design_documents/client_release_cadence.md index 40892ddf33..2954d5d21d 100644 --- a/docs/dev/design_documents/client_release_cadence.md +++ b/docs/dev/design_documents/client_release_cadence.md @@ -1,8 +1,8 @@ # Chef Release Cadence Chef follows [Semantic Versioning](https://semver.org/) for releases. Major -versions (eg. 11.x -> 12.x) will include backwards-incompatible changes, minor -versions (eg 12.1 -> 12.2) will include new features and bug fixes but will be +versions (eg. 11.x -> 12.x) will include backwards-incompatible changes. Minor +versions (eg 12.1 -> 12.2) will include new features and bug fixes, but will be backwards-compatible to the best of our ability. Patch versions are governed by [RFC 47](rfc047-release-process.md). @@ -26,8 +26,8 @@ Discourse and Slack in March that will summarize the changes slated for the rele Monthly releases help ensure we get new features and minor bug fixes out to Chef users in a timely fashion while not overloading the maintainer teams. Similarly, offsetting the Chef and ChefDK releases allows the full attention of -the Chef development team on each of those releases and leaves time for any +the Chef development team on each of those releases, and leaves time for any potential hot fixes or follow-up. Major releases in April avoids releasing during winter holidays, summer -vacations, ChefConf and Chef Summits.
\ No newline at end of file +vacations, ChefConf, and Chef Summits.
\ No newline at end of file |