Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.11.
- 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 using the Conventional Commits standard. It determines the next semantic version based on commit messages, updates Git tags, and publishes the package to npm or compatible registries. This action simplifies release workflows by eliminating manual version management and ensuring consistent versioning and tagging practices.
Release notes
Chores
- deps: update all non-major dependencies (17eac21)