cmdk icon indicating copy to clipboard operation
cmdk copied to clipboard

Consider automating publishing to npm

Open flaviouk opened this issue 1 year ago • 0 comments

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

flaviouk avatar Aug 16 '22 12:08 flaviouk