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

View File

@@ -37,8 +37,8 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.12",
"@ivuorinen/config-checker": "^2.1.1",
"markdownlint-cli": "^0.46.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
"packageManager": "yarn@4.12.0"
}