Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.19.
- 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, tagging, and publishing npm packages using Conventional Commits. It determines the next semantic version based on commit messages, updates git tags, and publishes to npm-compatible registries like npm or GitHub Packages. This action simplifies release management by eliminating the need for manual version updates, ensuring consistency and reducing human error.
Release notes
Chores
- deps: update all non-major dependencies (a2f3c8d)