Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2024
1 parent 77e9226 commit 179e5fb
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/guides/calver-transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ what that means.

These are the projects that will be transitioning to CalVer:

* ansible-compat
* ansible-creator
* ansible-dev-environment
* ansible-lint
* ansible-navigator
* creator-ee
* molecule
* pytest-ansible
* tox-ansible
* vscode-ansible
- ansible-compat
- ansible-creator
- ansible-dev-environment
- ansible-lint
- ansible-navigator
- creator-ee
- molecule
- pytest-ansible
- tox-ansible
- vscode-ansible

We will use a `YY.MM.MICRO` version format. Thus, a release for March 2025 will be
named `25.3.0`, and if a patch (ie, non-feature) release is required for that release,
Expand All @@ -28,21 +28,21 @@ increment until a new version with features or other significat changes is relea

This is a bit of a change so let's go over what we hope to accomplish with it.

* Predictable, transparent release cadence
- Predictable, transparent release cadence

With this, we are committing to time-based releases for all projects.
While the exact frequency will vary between projects, each will have a release
between one and three months after the last feature release.
With this, we are committing to time-based releases for all projects.
While the exact frequency will vary between projects, each will have a release
between one and three months after the last feature release.

* Version number indicates the age of a release
- Version number indicates the age of a release

When looking at a version number, there's no good way of telling how old it is
without looking up the release notes.
When looking at a version number, there's no good way of telling how old it is
without looking up the release notes.

* Easier to translate versions between tools
- Easier to translate versions between tools

Many of our tools are interrelated. A consistent version scheme allows one to
have a good idea of how related but independent tools are expected to work together.
Many of our tools are interrelated. A consistent version scheme allows one to
have a good idea of how related but independent tools are expected to work together.

## How

Expand Down

0 comments on commit 179e5fb

Please sign in to comment.