Closed theoludwig closed 4 days ago
Similarly to https://github.com/standard/eslint-config-standard-with-typescript/issues/840.
We could introduce an automated release process where each commit on master get evaluated following Conventional Commits.
master
We can use semantic-release for that purpose, it also automatically generates the changelog and publish the new version on npm.
npm
Unlikely to be done.
Similarly to https://github.com/standard/eslint-config-standard-with-typescript/issues/840.
We could introduce an automated release process where each commit on
master
get evaluated following Conventional Commits.We can use semantic-release for that purpose, it also automatically generates the changelog and publish the new version on
npm
.