Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.7.
- 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 by leveraging commit messages that follow the Conventional Commits standard. It eliminates the need for manual version updates by automatically determining the next semantic version and synchronizing git tags accordingly. This action streamlines package maintenance and ensures consistency across NPM-compatible registries like NPM and GitHub Packages.
Release notes
Chores
- deps: update all non-major dependencies (9b31443)