npm-version-check-action
Version updated for https://github.com/joshjohanning/npm-version-check-action to version v1.1.0.
- This action is used across all versions by 26 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The npm-version-check-action is a GitHub Action that automates the validation of semantic versioning in package.json files during pull requests. It ensures that version bumps are correctly applied when changes are made to relevant files, preventing publishing issues caused by missing or incorrect version increments. Key features include intelligent file and dependency change detection, semantic version validation, git tag comparison, and configurable options for handling specific scenarios like devDependencies or custom paths.
Release notes
What’s Changed
- chore: add copilot-instructions.md by @joshjohanning-repo-settings-sync[bot] in https://github.com/joshjohanning/npm-version-check-action/pull/45
- feat: add skip-version-keyword to bypass version check for specific commits by @joshjohanning in https://github.com/joshjohanning/npm-version-check-action/pull/47
Full Changelog: https://github.com/joshjohanning/npm-version-check-action/compare/v1.0.11...v1.1.0