chore: update GitHub workflows, add release automation, and improve configurations (#77)

* feat(ci): new release flow, linting

* chore: upgrade yarn, regenerate yarn.lock

* fix(ci): add pull-requests write permission

* feat: clean and upgrade packages, fix workflows, cleanup
This commit is contained in:
2025-12-04 01:39:00 +02:00
committed by GitHub
parent c4c2396719
commit 4ff96783d7
19 changed files with 917 additions and 619 deletions

5
.releaserc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": [
"@ivuorinen/semantic-release-config"
]
}