Skip to content

Commit 6948383

Browse files
ekoopspoiana
authored andcommitted
docs(release.md): specify expection for tag names
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
1 parent 89ffd8e commit 6948383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ For processes that involve both _drivers_ and _libs_ releases, only the _libs_ v
7171

7272
When working with a release branch, adhere to the following rules:
7373
- New commits should be added to the branch via cherry-picking.
74-
- All tags within the release branch must maintain the same _major_ and _minor_ version as the release branch.
74+
- All tags within the release branch (except the ones related to _drivers_ releases) must maintain the same _major_ and _minor_ version as the release branch.
7575
- Patch releases for the `M.m.x` series must be tagged directly within the respective `release/M.m.x` branch.
7676
- If there's a need to bump the _major_ or _minor_ version (for either _libs_ or _drivers_) after the release branch is created, a new release branch should be created for the relevant component with the corresponding version.
7777

7878
For example, a `release/0.10.x` is created; it will host tags `0.10.0`, `0.10.1`, `0.10.2` and so on. `0.10.1` will be made of some cherry picked commits on top of `0.10.0`.
7979
It will also host driver tags that are made within the same release cycle as the userspace part.
8080

81-
Once the release brach has been created:
81+
Once the release branch has been created:
8282

8383
- A PR must be opened in our [test-infra](https://github.com/falcosecurity/test-infra/blob/master/config/config.yaml) repository to set the newly created branch as protected.
8484

0 commit comments

Comments
 (0)