Skip to content

Commit c35aebb

Browse files
hisarbalikgrego952
andauthored
Apply suggestions from code review
Co-authored-by: Grzegorz Karaluch <grzegorz.karaluch@sap.com>
1 parent 2ecceee commit c35aebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
default: false
3333
type: boolean
3434
module_release:
35-
description: 'Whether to trigger module release workflow for after this release (only for experimental and fast channels)'
35+
description: 'Whether to trigger module release workflow after this release (only for experimental and fast channels)'
3636
required: false
3737
default: true
3838
type: boolean

docs/contributor/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the telemetry-manager repository, go to **Actions**, select [Telemetry Releas
5151
| **dir_size_image_tag** | Directory size exporter image tag in vYYYYMMDD-HASH format | `v20260302-12345678` |
5252
| **dry_run** | Test the release process without creating tags/releases | |
5353
| **force** | Recreate existing release (use with caution) | |
54-
| **module_release** | Trigger module release for experimental and fast channels after release | |
54+
| **module_release** | Trigger module release for experimental and fast channels after the main release | |
5555

5656
To test the release process without creating actual tags or releases, set `dry_run` to `true`. This setting validates the workflow and catches any issues before you perform the real release.
5757
The `force` option re-creates an existing release by deleting the existing tag and release before creating a new one. Use this option with caution. It overwrites the existing release.

0 commit comments

Comments
 (0)