eslint-plugin-eslint-plugin icon indicating copy to clipboard operation
eslint-plugin-eslint-plugin copied to clipboard

Consider automatic releases

Open bmish opened this issue 1 year ago • 2 comments

Originally posted by @MichaelDeBoey in https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/300#issuecomment-1243013325

We currently use release-it to perform releases via a CLI command. I'm personally open to setting up the package to automatically release based on semantic commits. Any thoughts or recommendations on common/standard ways to do this?

bmish avatar Sep 11 '22 18:09 bmish

In most of the projects I worked on, semantic-release was used to automatically create releases based on commits.

MichaelDeBoey avatar Sep 11 '22 21:09 MichaelDeBoey

release-it does support ci mode, semantic-release is more popular tho.

aladdin-add avatar Sep 12 '22 02:09 aladdin-add