Files
base-configs/.releaserc.json
Ismo Vuorinen ae49ca90c6 fix(ci): replace read-all with specific permissions in workflows
Replace overly broad `permissions: read-all` with minimal
`contents: read` at workflow level in pr-lint.yml and sync-labels.yml.
Job-level permissions already declare specific needs.
2026-02-27 09:02:17 +02:00

5 lines
80 B
JSON

{
"extends": ["@ivuorinen/semantic-release-config"],
"branches": ["main"]
}