Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.4.
- 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 streamlines the process of publishing npm packages by automating version updates, tagging, and publishing to npm-compatible registries. It leverages Conventional Commits to determine semantic versioning changes (major, minor, patch) based on commit messages, eliminating manual version management. Additionally, it automates the creation and updating of git tags, ensuring accurate version tracking and release management.
Release notes
Continuous Integration
- Check Renovate Config in the PR workflow (b7f4f9a)
Tests
- Move imported mocs to src (d870d2f)