Skip to content

Commit

Permalink
Merge pull request #420 from furkatgofurov7/update-releaseghlink
Browse files Browse the repository at this point in the history
Clarify release cadence
  • Loading branch information
furkatgofurov7 authored Aug 29, 2024
2 parents a475ab3 + 843bd4a commit 72bd11a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Release Cadence

- CAPRKE2 minor versions (v0.**2**.0 versus v0.**1**.0) are released every 3-4 months.
- CAPRKE2 patch versions (v0.2.**2** versus v0.2.**1**) are released as often as weekly or once a month.
- CAPRKE2 minor versions (v0.**2**.0 versus v0.**1**.0) are released every 1-2 months.
- CAPRKE2 patch versions (v0.2.**2** versus v0.2.**1**) are released as often as weekly or bi-weekly.

## Release Process

Expand Down Expand Up @@ -45,7 +45,7 @@ git tag -s -a ${RELEASE_TAG} -m ${RELEASE_TAG}
git push upstream ${RELEASE_TAG}
```

This will trigger a [release GitHub action](https://github.com/rancher/cluster-api-provider-rke2/blob/main/.github/workflows/release.yml) that creates a release with RKE2 provider components.
This will trigger a [release GitHub action](https://github.com/rancher/cluster-api-provider-rke2/actions/workflows/release.yml) that creates a release with RKE2 provider components.

## Tasks

Expand Down

0 comments on commit 72bd11a

Please sign in to comment.