6ac32457a9
Replace all console.log/error with Pino logger (info/warn/error/debug/fatal) for structured JSON logging in production and pretty-print in development. Remove redundant header dumps and consolidate rate-limit logging. Add GitHub Actions workflow with release-please for automated semver releases and Docker build/push to GHCR on new releases.
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "chore", "section": "Miscellaneous" },
|
|
{ "type": "refactor", "section": "Code Refactoring" }
|
|
]
|
|
}
|
|
}
|
|
}
|