Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/prepare-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ projects: ["maykinmedia/15"]
- [ ] Update READMEs with release dates + links
- [ ] Bump version number with `bin/bump-my-version.sh bump <major|minor|patch>`
- [ ] Update changelog
- [ ] Update ``docs/introduction/versioning.rst``
1 change: 1 addition & 0 deletions docs/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ a separate package, `Open Notificaties`_.
architecture
uml-diagram
open-source/index
versioning

18 changes: 18 additions & 0 deletions docs/introduction/versioning.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _versioning_policy:

Versioning policy
=================

New version releases for Open Organisatie are done every two months, at the start of the month.
Major releases occur every two years.

Each major version is supported until 24 months after the release of the next major version.
The most recent major version is supported without a fixed end date until a new major version is released.
Each minor version within a supported major version is supported until 6 months after its release.

Only the latest version (the numbered version, not the technical latest-tag)
is actively maintained and under active development. Older versions only receive patches

.. note::

Because 0.x versions are generally not supported, this support policy will apply once version 1.0 is released.
Loading