Commit 0314ccb
ci(publish): future-proof Must-Publish gate + ship BitNet 1.4.10
Two coupled fixes to land ANcpLua.Agents.Hosting.BitNet on nuget.org:
1. Must-Publish gate now also considers `.github/workflows/nuget-publish.yml`
in its diff filter and supports a `force_publish` workflow_dispatch input.
Rationale: v1.4.9 shipped without BitNet because the previous pack step
simply lacked the line — and the follow-up `0a0b637` fix that *added*
the line couldn't itself publish, because the gate only looked at
src/** and tests/**. A change to publish-workflow IS a release-relevant
change when it controls which packages get packed. Without this fix,
any future "I missed packing package X" recovery hits the same trap.
2. Add `<PackageReleaseNotes>` to the BitNet csproj — a real src change
that clears the gate on this commit and gives consumers a meaningful
note about the auto-Docker fixture and LegacyMaxTokensPolicy shim.
Verified locally: `dotnet pack -p:Version=1.4.10-alpha.1` produces a
valid nupkg containing the nuspec, README.md, and the bundled
analyzers/dotnet/cs/ANcpLua.Agents.Hosting.BitNet.Generators.dll
(286 KB) — same shape as Hosting.OpenAI's published alpha artifacts.
Unblocks #143 (SDK variant) and #330 (qyl.loom wire-up) in clean CI.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2f0f882 commit 0314ccb
2 files changed
Lines changed: 18 additions & 2 deletions
File tree
- .github/workflows
- src/ANcpLua.Agents.Hosting.BitNet
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
155 | 165 | | |
156 | 166 | | |
157 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
158 | 173 | | |
159 | 174 | | |
160 | 175 | | |
161 | 176 | | |
162 | 177 | | |
163 | | - | |
| 178 | + | |
164 | 179 | | |
165 | 180 | | |
166 | 181 | | |
167 | 182 | | |
168 | 183 | | |
169 | | - | |
| 184 | + | |
170 | 185 | | |
171 | 186 | | |
172 | 187 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments