Write logs based on conventional commits and templates.
85
{
"context": "This criteria evaluates how well the engineer uses the conventional-changelog-writer package to implement commit filtering functionality, focusing specifically on the package's filtering and exclusion capabilities.",
"type": "weighted_checklist",
"checklist": [
{
"name": "ignoreReverted option",
"description": "Uses the ignoreReverted option to automatically filter out commits that have been reverted",
"max_score": 25
},
{
"name": "transform function filtering",
"description": "Implements custom filtering logic using the transform option with a function that returns null/undefined to exclude commits",
"max_score": 30
},
{
"name": "generateOn conditional",
"description": "Uses the generateOn option to conditionally generate changelog output based on version information presence",
"max_score": 25
},
{
"name": "writeChangelogString API",
"description": "Uses the writeChangelogString function from conventional-changelog-writer to generate the changelog string output",
"max_score": 20
}
]
}Install with Tessl CLI
npx tessl i tessl/npm-conventional-changelog-writerevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10