ci: automate PR title linting (#229)

* ci: automate PR title linting

This will help with Squash & Merge when you need the squashed commit to have the correct Conventional Commits format so that it can be parsed when generating release notes

(With Squash & Merge the squashed commit message is taken from the PR title)

* chore: minor updates

---------

Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
This commit is contained in:
Okinea Dev
2025-12-01 20:56:56 +01:00
committed by GitHub
parent d662c21262
commit 7ed9701028
4 changed files with 100 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@commitlint/types": "^20.0.0",
"@types/node": "^24.10.1",
"automd": "^0.4.2",
"bumpp": "^10.3.1",