standard / ts-standard

Typescript style guide, linter, and formatter using StandardJS
https://www.npmjs.com/package/ts-standard
MIT License
473 stars 36 forks source link

Automated release process #266

Closed theoludwig closed 4 days ago

theoludwig commented 2 years 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.

We can use semantic-release for that purpose, it also automatically generates the changelog and publish the new version on npm.

theoludwig commented 4 days ago

Unlikely to be done.