How to automatically create a new release and publish to NPM whenever package.json is updated using a GitHub Action
SMRTR summary
The new GitHub Action automates Kelp UI library releases by comparing versions, creating releases with PR summaries, and publishing to CDN via npm when code is pushed to main, streamlining the process.
SMRTR provides this summary for quick context. The original article belongs to Go Make Things.
Read the original article