Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.30.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Easy NPM Publish” GitHub Action automates the process of versioning and publishing npm packages by leveraging Conventional Commits to determine semantic version bumps (major, minor, patch) based on commit messages. It eliminates the need for manual version management by utilizing registry data, automatically tagging commits with version information, and publishing packages to npm or compatible registries. This action simplifies and streamlines package deployment workflows, reducing manual effort and ensuring consistency.