vercel / ncc

Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
https://npmjs.com/@vercel/ncc
MIT License
9.1k stars 288 forks source link

Use semantic-release to automatically publish new versions #644

Open styfle opened 3 years ago

styfle commented 3 years ago

We can follow the pattern from this PR https://github.com/vercel/webpack-asset-relocator-loader/pull/110

However, we will need to set the tagFormat option to omit the v prefix.

And we'll likely have to bump to 1.0.0 in order for semantic-release to work.

Timer commented 3 years ago

https://github.com/vercel/webpack-asset-relocator-loader/pull/107 will be mandatory, too.