Skip to content

Commit 94120a0

Browse files
committed
fix some phrases
1 parent e1a0243 commit 94120a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/contributor/releasing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The release process uses GitHub Actions workflows to automate the following task
4040

4141
### Step 1: Start Release Workflow
4242

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:
4444

4545

4646
| Input | Description | Example |
@@ -153,7 +153,7 @@ If all checks pass, the workflow merges both PRs automatically.
153153

154154
To release to the regular channel, manually trigger the module release workflow:
155155

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:
157157
- **version**: **`{VERSION}`**, such as `1.2.3`
158158
- **channel**: `regular`
159159
- **dry_run**: `false`
@@ -167,7 +167,7 @@ In the telemetry-manager repo, go to **Actions**, select [Telemetry Module Relea
167167
| `fast` | Early adopters | Every release | Automatic (if module_release=true) |
168168
| `regular` | Stable production | Selected releases | Manual |
169169

170-
## Monitoring Release Progress
170+
## Monitor Release Progress
171171

172172
### Workflow Status
173173

@@ -222,7 +222,7 @@ Alternatively, rerun the workflow with force mode to re-create the release. Caut
222222
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.
223223
**Solution**:
224224
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.
226226

227227
## Post-Release Tasks
228228

0 commit comments

Comments
 (0)