Skip to content

Releases

Matt edited this page Mar 28, 2024 · 1 revision

Athens will track two release types:

  • Hygiene release which will serve to update dependencies and fix CVEs
  • Feature releases which will introduce net new features.

Hygiene releases

These will incur a patch version bump. Example: 0.13.1 => 0.13.2. Features which change existing behavior should not be included in these releases.

Feature releases

These will incur a minor version bump. Example: 0.13.3 => 0.14.0. Features and fixes will go into these releases.

FAQ

What about Major releases?

One day, Athens will need a refactor and code clean up. That day will incur a Major release. Major releases should also result in a clean up of our issue board and other project management artifacts.

Clone this wiki locally