src release update
Update Release (By Tag) Can update title and release notes. For status updates, see 'Publish Release' and 'Discard Release'
Usage
src release update <release-tag> [flags]
Examples
Update release title
src release update -R myorg/myrepo v1.0.0 --title "New Title"
Update release notes
src release edit -R myorg/myrepo v1.0.0 --release-notes "Updated release notes"
Flags
| Flag | Description |
|---|---|
-w, --web |
Open in browser after completion |
--release-id string |
|
--title string |
|
--release-notes string |
Inherited flags
| Flag | Description |
|---|---|
--env string |
Override Sourcecraft environment (use 'src envs' to list available) |
--json string |
Output JSON, optionally filtered (--json or --json=field1,field2) |
--json-compact string |
Output compact JSON, optionally filtered |
--plain |
Output without colors/styling (for LLM consumption) |
-R, --repo string |
Select another repository using OWNER/REPO format |
-V, --verbose |
Enable debug logging output |
Learn more
Use src release update <subcommand> --help for more information about a command.