Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.27.
- 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
Easy NPM Publish is a GitHub Action that automates the process of versioning, tagging, and publishing npm packages using Conventional Commits. It eliminates the need for manual version updates by determining the next semantic version based on commit messages and publishes the package to an npm-compatible registry. Additionally, it manages git tags for different version levels (e.g., major, minor, patch) to streamline release workflows.
What’s Changed
Chores
- deps: update all non-major dependencies (2cb2ffb)