1.0.0
Grant the release workflow permission to create releases The repository default is a read-only GITHUB_TOKEN, so `gh release create` failed with "HTTP 403: Resource not accessible by integration" — the build succeeded and only the publish step failed. Declaring `contents: write` on the job fixes it without depending on a repository-level setting. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>