You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributor/releasing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The release process uses GitHub Actions workflows to automate the following task
40
40
41
41
### Step 1: Start Release Workflow
42
42
43
-
In the telemetry-manager repo, go to **Actions**, select [Telemetry Release](https://github.com/kyma-project/telemetry-manager/actions/workflows/release.yml), and run the workflow with the following inputs:
43
+
In the telemetry-manager repository, go to **Actions**, select [Telemetry Release](https://github.com/kyma-project/telemetry-manager/actions/workflows/release.yml), and run the workflow with the following inputs:
44
44
45
45
46
46
| Input | Description | Example |
@@ -153,7 +153,7 @@ If all checks pass, the workflow merges both PRs automatically.
153
153
154
154
To release to the regular channel, manually trigger the module release workflow:
155
155
156
-
In the telemetry-manager repo, go to **Actions**, select [Telemetry Module Release](https://github.com/kyma-project/telemetry-manager/actions/workflows/module-release.yml), and run the workflow with the following inputs:
156
+
In the telemetry-manager repository, go to **Actions**, select [Telemetry Module Release](https://github.com/kyma-project/telemetry-manager/actions/workflows/module-release.yml), and run the workflow with the following inputs:
157
157
-**version**: **`{VERSION}`**, such as `1.2.3`
158
158
-**channel**: `regular`
159
159
-**dry_run**: `false`
@@ -167,7 +167,7 @@ In the telemetry-manager repo, go to **Actions**, select [Telemetry Module Relea
167
167
|`fast`| Early adopters | Every release | Automatic (if module_release=true) |
168
168
|`regular`| Stable production | Selected releases | Manual |
169
169
170
-
## Monitoring Release Progress
170
+
## Monitor Release Progress
171
171
172
172
### Workflow Status
173
173
@@ -222,7 +222,7 @@ Alternatively, rerun the workflow with force mode to re-create the release. Caut
222
222
The workflow waits for a maximum of 120 minutes for you to merge the PR. If you do not merge the PR within 120 minutes, the workflow fails.
223
223
**Solution**:
224
224
1. Review and merge the PR manually.
225
-
2. In the telemetry-manager repo, go to **Actions** and rerun the workflow.
225
+
2. In the telemetry-manager repository, go to **Actions** and rerun the workflow.
0 commit comments