feat(dependencies): add conventional-commits-parser and update verification script
quality / changes (push) Successful in 8s
quality / commitlint (push) Skipped
quality / docker-check (push) Skipped
quality / openapi (push) Successful in 45s
quality / web (push) Successful in 1m30s
quality / go (push) Successful in 1m7s
quality / bird2 (push) Successful in 16s
CD / quality (push) Successful in 3m59s
CD / publish (push) Failing after 1m2s

- Added `conventional-commits-parser` version 6.4.0 to `package.json` and `pnpm-lock.yaml` for improved commit message parsing.
- Updated the commit verification script to utilize the new parser, enhancing error handling for unparseable commit messages.
- Adjusted CI workflow to run the verification script using `pnpm exec` for consistency in package execution.
This commit is contained in:
Denozordec
2026-08-18 18:13:44 +07:00
parent da301b1a94
commit e0ecabb22f
4 changed files with 16 additions and 4 deletions
+3
View File
@@ -32,6 +32,9 @@ importers:
'@semantic-release/release-notes-generator':
specifier: ^14.0.3
version: 14.1.1([email protected]([email protected]))
conventional-commits-parser:
specifier: ^6.4.0
version: 6.4.0
semantic-release:
specifier: ^25.0.2
version: 25.0.5([email protected])