Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.3.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Easy NPM Publish” GitHub Action automates the process of versioning, tagging, and publishing npm packages. It uses Conventional Commits to determine version updates (major, minor, or patch), updates git tags accordingly, and publishes the package to npm or compatible registries. This streamlines package management by eliminating manual updates, ensuring consistent versioning, and automating the release workflow.
Release notes
Chores
- Releasing to GitHub Actions Marketplace