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/release-readiness.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The full release path is version-bump driven, not PR-merge driven:
66
66
4. After the PR is merged to `main`, confirm `.github/workflows/auto-tag.yml` runs successfully.
67
67
5. Confirm `auto-tag.yml` creates the `vX.Y.Z` tag.
68
68
6. Confirm the tag starts `.github/workflows/release.yml`.
69
-
7. Confirm the release workflow completes all build targets, creates checksums, publishes the GitHub Release, and runs the Homebrew tap update job.
69
+
7. Confirm the release workflow completes all build targets, creates checksums, publishes the GitHub Release, and runs the Homebrew tap and Scoop bucket update jobs.
70
70
71
71
Important details:
72
72
@@ -80,13 +80,15 @@ Important details:
80
80
-`aarch64-unknown-linux-musl`
81
81
-`x86_64-pc-windows-msvc`
82
82
83
-
Homebrew tap follow-up as of 2026-06-04:
83
+
Distribution follow-up as of 2026-06-21:
84
84
85
85
-`release.yml` sends a `repository_dispatch` event to `osodevops/homebrew-tap`.
86
+
-`release.yml` sends a `repository_dispatch` event to `osodevops/scoop-bucket`.
86
87
- The tap repository currently has no workflow listening for that dispatch event.
87
88
- Until that automation exists, update `osodevops/homebrew-tap` manually after each CLI release.
88
89
- Use the published `checksums-sha256.txt` from the GitHub Release to update `Formula/teams-cli.rb`.
89
90
- Verify the remote formula points at the new release URLs and checksums.
91
+
- The Scoop bucket has an `update-teams-manifest` workflow listener. Verify `bucket/teams.json` points at the new Windows release URL and checksum after each release.
90
92
91
93
Known CI maintenance item as of 2026-06-04:
92
94
@@ -152,6 +154,7 @@ Already covered here:
152
154
- GitHub Actions CI on Linux, macOS, and Windows.
153
155
- GitHub release assets with SHA256 checksums.
154
156
- Homebrew formula in `osodevops/homebrew-tap`.
157
+
- Scoop manifest in `osodevops/scoop-bucket`.
155
158
- README, docs, man pages, changelog, license, contribution guide, and security policy.
156
159
- Agent-focused repo guidance in `AGENTS.md`.
157
160
@@ -164,7 +167,6 @@ Added from that comparison:
164
167
Still intentionally not added:
165
168
166
169
- cargo-dist shell and PowerShell installers.
167
-
- Scoop bucket publishing for Windows.
168
170
- Docker image publishing.
169
171
- Demo repository with runnable customer scenarios.
0 commit comments