CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/npm-conventional-changelog-writer

Write logs based on conventional commits and templates.

85

1.00x
Overview
Eval results
Files

rubric.jsonevals/scenario-9/

{
  "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-writer

tile.json