Files
cr-semantic-release/.github/workflows
Jacob Alheid 97e07611e9 fix: rename commitlint.config.js to .cjs for ESM compatibility
wagoid/commitlint-github-action v6.2.1 runs with "type": "module"
in package.json, causing .js files to be treated as ESM. The
module.exports syntax requires CommonJS, so rename to .cjs.
2026-03-15 04:22:18 -07:00
..