Write logs based on conventional commits and templates.
85
{
"context": "This evaluation assesses how well the engineer uses conventional-changelog-writer's template-based rendering capabilities to generate formatted changelogs. The focus is on proper usage of Handlebars templates, partials, and context variables.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Uses writeChangelogString",
"description": "Uses the writeChangelogString function (or writeChangelog/writeChangelogStream) from conventional-changelog-writer to generate changelog output from commit data",
"max_score": 25
},
{
"name": "Custom main template",
"description": "Provides a custom main template (mainTemplate option) to control the overall changelog structure and rendering",
"max_score": 20
},
{
"name": "Template partials",
"description": "Uses template partials (header, commit, and/or footer) via the partials option to customize different sections of the changelog",
"max_score": 25
},
{
"name": "Context variables",
"description": "Passes context variables (such as version, repository metadata, or custom properties) to templates via the context option",
"max_score": 20
},
{
"name": "Handles commit groups",
"description": "Correctly processes and renders grouped commits (commitGroups) in templates to organize commits by type or other properties",
"max_score": 10
}
]
}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