Files
EvoBGP/package.json
Denozordec e0ecabb22f
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
feat(dependencies): add conventional-commits-parser and update verification script
- 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.
2026-08-18 18:13:44 +07:00

25 lines
814 B
JSON

{
"name": "evobgp-release",
"private": true,
"packageManager": "pnpm@10.33.2",
"scripts": {
"dev": "pnpm --filter @evobgp/web dev",
"build": "pnpm --filter @evobgp/web build",
"typecheck": "pnpm --filter @evobgp/web typecheck",
"lint": "pnpm --filter @evobgp/web lint",
"test": "pnpm --filter @evobgp/web test"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@markwylde/semantic-release-gitea": "^2.2.0",
"@redocly/cli": "1.34.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.0.0",
"@semantic-release/release-notes-generator": "^14.0.3",
"conventional-commits-parser": "^6.4.0",
"semantic-release": "^25.0.2"
}
}