Skip to content

Commit

Permalink
Add release branch to documentation
Browse files Browse the repository at this point in the history
Issue-Id: #355
  • Loading branch information
windsource authored and inf17101 committed Aug 27, 2024
1 parent 16c9743 commit 97f5a29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/docs/development/ci-cd-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
A release shall be built directly using the CI/CD environment GitHub Actions.
The release build creates and uploads all necessary artifacts that are required for a release.

## Release branches

In order to stabilize an upcoming release or to create a patch release, a release branch can be created. The naming convention for such a branch is:

```text
release-<major>.<minor>
```

For example `release-0.4`.

## Release workflow

For building a release a separate workflow exists inside `.github/workflows/release.yml`.
Expand Down

0 comments on commit 97f5a29

Please sign in to comment.