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
chore(release): allow comments to trigger actions, update releasing docs (#3891)
Updates the release documentation to reflect the new process using
the Release Tracking Issue, comments (/prepare, /create-rc,
/process-backports),
and automated workflows.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release_tracking_template.md
+9-34Lines changed: 9 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,46 +12,21 @@ labels: ['type: release']
12
12
13
13
## Backports
14
14
15
-
<details>
16
-
<summary><b>How to add backports</b></summary>
17
-
18
-
To request a backport:
19
-
1. Add a new checklist item under the `## Backports` section.
20
-
2. The format must be: `- [ ] #<PR_NUMBER>` (e.g., `- [ ] #1234`).
21
-
3. Trigger the [Process Backports Workflow][process_backports].
22
-
</details>
15
+
To request a backport, add it to the checklist below and process it. See [RELEASING.md: How to add backports](https://github.com/bazel-contrib/rules_python/blob/main/RELEASING.md#how-to-add-backports) for details.
23
16
24
17
---
25
-
*Maintainers: Automation will react to changes on this issue.*
26
18
27
-
<details>
28
-
<summary><b>Manual Editing</b></summary>
29
-
30
-
You can manually edit this issue to control the release flow.
31
-
The checklist items use metadata suffix: `| key=value key2=value2`.
-**Force Task Done**: Check the box `- [x]` and add appropriate metadata (e.g. `status=done`).
34
-
</details>
19
+
To manually control the release flow, see the [RELEASING.md: Manual Editing](https://github.com/bazel-contrib/rules_python/blob/main/RELEASING.md#manual-editing-of-tracking-issue) section.
35
20
36
21
<details>
37
22
<summary><b>Available Commands</b></summary>
38
23
39
-
Maintainers can trigger automation by:
40
-
- Running manual workflows:
41
-
-[Process Backports Workflow][process_backports]
42
-
-[Create RC Workflow][create_rc]
43
-
-[Promote RC to Final Release Workflow][promote_rc]
44
-
- Commenting on this issue (requires the issue to have the `type: release`
45
-
label):
46
-
-`/prepare` at the beginning of a line to trigger the Release Prepare
47
-
workflow.
48
-
-`/create-rc` at the beginning of a line to trigger the Create RC
49
-
workflow.
50
-
-`/process-backports` at the beginning of a line to trigger the Process
51
-
Backports workflow.
24
+
Comment commands:
25
+
-`/prepare`: Determines version, creates tracking issue and preparation PR.
26
+
-`/create-rc`: Tags and publishes a new release candidate (RC).
0 commit comments