mirror of https://github.com/zulip/zulip.git
version: Document when a dependency upgrade requires a major bump.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
15da425c54
commit
31bd3d617d
|
@ -18,7 +18,12 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
|||
# the major version to indicate that folks should provision in both
|
||||
# directions.
|
||||
|
||||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
# Typically,
|
||||
# * adding a dependency only requires a minor version bump;
|
||||
# * removing a dependency requires a major version bump;
|
||||
# * upgrading a dependency requires a major version bump, unless the
|
||||
# upgraded dependency is backwards compatible with all of our
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '40.0'
|
||||
|
|
Loading…
Reference in New Issue