Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ push to every PR. `deployment: false` drops the record and keeps the gate. The
release jobs keep their records: a tag-push deployment lands in no PR
timeline, and it reads as what it is.

The generated `tend-*.yaml` files still carry the bare `environment: tend`,
because they are regenerated by the published `tend` rather than edited here —
`tend check`'s `environment-deployments` fails until a `uvx tend@latest init`
regen lands them on tend ≥ 0.1.14.
The generated `tend-*.yaml` files carry the same `{name: tend, deployment:
false}`, written by tend's generator rather than edited here — every `uvx
tend@latest init` overwrites them, so a hand edit would not survive one. tend
0.1.14 added the field and #3749 landed the regen, which is what cleared `tend
check`'s `environment-deployments`.

crates.io publishing holds no stored token — it uses Trusted Publishing.
crates.io mints a short-lived one only for an OIDC claim from `release.yaml`
Expand Down
Loading