@@ -83,21 +83,23 @@ What would you like to do?
8383
8484<routing >
8585
86- | Response | Workflow |
87- | ----------| ----------|
88- | 1, "release dates", "key dates", "freeze dates", "milestone dates" | Read ` workflows/release-dates.md ` and follow it |
89- | 2, "future releases", "upcoming releases", "release roadmap", "future dates" | Read ` workflows/future-release-dates.md ` and follow it |
90- | 3, "release status", "active releases", "release health", "release overview" | Read ` workflows/release-status.md ` and follow it |
91- | 4, "teams", "team leads", "team list", "team contacts", "team directory" | Read ` workflows/teams-and-leads.md ` and follow it |
92- | 5, "team breakdown", "issues by team", "team workload", "team counts" | Read ` workflows/issues-by-team.md ` and follow it |
93- | 6, "blocker bugs", "blockers", "critical issues", "blocking issues" | Read ` workflows/blocker-bugs.md ` and follow it |
94- | 7, "epics", "engineering epics", "open epics", "active epics" | Read ` workflows/engineering-epics.md ` and follow it |
95- | 8, "cves", "vulnerabilities", "security issues", "security bugs" | Read ` workflows/cves.md ` and follow it |
96- | 9, "release notes", "missing release notes", "release note gaps" | Read ` workflows/release-notes.md ` and follow it |
97- | 10, "feature freeze update", "feature freeze status", "feature freeze progress" | Read ` workflows/announce-feature-freeze-update.md ` and follow it |
98- | 11, "feature freeze announcement", "announce feature freeze", "feature freeze reached" | Read ` workflows/announce-feature-freeze.md ` and follow it |
99- | 12, "code freeze update", "code freeze status", "code freeze progress" | Read ` workflows/announce-code-freeze-update.md ` and follow it |
100- | 13, "code freeze announcement", "announce code freeze", "code freeze reached" | Read ` workflows/announce-code-freeze.md ` and follow it |
86+ ** Preferred:** Run the ` release ` CLI first (` python scripts/release.py <command> --json ` ). If the CLI fails, fall back to the workflow's manual steps.
87+
88+ | Response | CLI Command | Workflow (fallback) |
89+ | ----------| -------------| ---------------------|
90+ | 1, "release dates", "key dates", "freeze dates", "milestone dates" | ` python scripts/release.py dates --json ` | ` workflows/release-dates.md ` |
91+ | 2, "future releases", "upcoming releases", "release roadmap", "future dates" | ` python scripts/release.py future-dates VERSION --json ` | ` workflows/future-release-dates.md ` |
92+ | 3, "release status", "active releases", "release health", "release overview" | ` python scripts/release.py status VERSION --json ` | ` workflows/release-status.md ` |
93+ | 4, "teams", "team leads", "team list", "team contacts", "team directory" | ` python scripts/release.py teams --json ` | ` workflows/teams-and-leads.md ` |
94+ | 5, "team breakdown", "issues by team", "team workload", "team counts" | ` python scripts/release.py team-breakdown VERSION --json ` | ` workflows/issues-by-team.md ` |
95+ | 6, "blocker bugs", "blockers", "critical issues", "blocking issues" | ` python scripts/release.py blockers VERSION --json ` | ` workflows/blocker-bugs.md ` |
96+ | 7, "epics", "engineering epics", "open epics", "active epics" | ` python scripts/release.py epics VERSION --json ` | ` workflows/engineering-epics.md ` |
97+ | 8, "cves", "vulnerabilities", "security issues", "security bugs" | ` python scripts/release.py cves VERSION --json ` | ` workflows/cves.md ` |
98+ | 9, "release notes", "missing release notes", "release note gaps" | ` python scripts/release.py notes VERSION --json ` | ` workflows/release-notes.md ` |
99+ | 10, "feature freeze update", "feature freeze status", "feature freeze progress" | ` python scripts/release.py slack feature-freeze-update VERSION --json ` | ` workflows/announce-feature-freeze-update.md ` |
100+ | 11, "feature freeze announcement", "announce feature freeze", "feature freeze reached" | ` python scripts/release.py slack feature-freeze VERSION --json ` | ` workflows/announce-feature-freeze.md ` |
101+ | 12, "code freeze update", "code freeze status", "code freeze progress" | ` python scripts/release.py slack code-freeze-update VERSION --json ` | ` workflows/announce-code-freeze-update.md ` |
102+ | 13, "code freeze announcement", "announce code freeze", "code freeze reached" | ` python scripts/release.py slack code-freeze VERSION --json ` | ` workflows/announce-code-freeze.md ` |
101103
102104</routing >
103105
0 commit comments