feat: linting
Some checks failed
Sample Testing / my_job (push) Failing after 1m6s
CI / lint (push) Failing after 2m21s
CI / release (push) Successful in 6m17s

This commit is contained in:
Marcel S. Henselin 2026-04-17 16:15:26 +02:00
parent 5b938091d7
commit 9d4e8c9a9d
2 changed files with 42 additions and 11 deletions

10
.releaserc.json Normal file
View file

@ -0,0 +1,10 @@
{
"branches": ["main"],
"tagFormat": "v${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git"
]
}