node_shims icon indicating copy to clipboard operation
node_shims copied to clipboard

Automatically publish packages on CI on merge to main

Open dsherret opened this issue 3 years ago • 1 comments

The tags are now somewhat meaningless due to this being a mono repo.

It would be good to write a deno script that automatically publishes any unpublished npm packages on merge to main if the commit message has a version in it.

dsherret avatar Mar 11 '22 18:03 dsherret

https://github.com/marketplace/actions/npm-publish

wojpawlik avatar Jul 03 '23 09:07 wojpawlik