pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.56k stars 274 forks source link

Consider automating publishing to npm #35

Open flaviouk opened 2 years ago

flaviouk commented 2 years ago

It takes very little effort with tools like https://intuit.github.io/auto/index

The idea would be to automatically publish an alpha version to npm on every pr commit and based on pr labels publish it as a patch/minor/major version once it's in main

An example I've done here: https://github.com/flaviouk/standard-monorepo/blob/main/.github/workflows/release.yml#L31-L35