Commit 9099d47
docs: correct what is editable on an immutable release
"Managing releases in a repository" claimed that only the title and
release notes can be edited after an immutable release is published.
Measured against a repository with immutable releases enabled, a
published release also accepts changes to its pre-release and latest
flags and stays immutable; what is rejected is uploading or deleting
assets and moving the tag. The allowlist also contradicted the concepts
page, which lists exactly those two protections.
Replace it with a denylist, and document on the concepts page that a
release can be published as a pre-release, verified over the public
download path a draft does not offer, and then promoted.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bgb78NQ4wnUob76NZETBAZ1 parent c14044c commit 9099d47
2 files changed
Lines changed: 7 additions & 1 deletion
File tree
- content
- code-security/concepts/supply-chain-security
- repositories/releasing-projects-on-github
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments