npm-version-check-action
Version updated for https://github.com/joshjohanning/npm-version-check-action to version v2.1.1.
- This action is used across all versions by 39 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 npm-version-check-action is a GitHub Action designed to automate the validation of npm package version increments in pull requests, ensuring adherence to semantic versioning practices. It prevents issues caused by missing version bumps in package.json by intelligently detecting changes in JavaScript/TypeScript files and package metadata, validating version consistency, and comparing against the latest Git tags. The action streamlines release processes, enforces versioning standards, and provides configurable behavior for handling dependencies and skipping specific commits.
What’s Changed
What’s Changed
- docs: add immutable releases badge by @joshjohanning in https://github.com/joshjohanning/npm-version-check-action/pull/96
- fix: resolve false-positive file detection by switching to GitHub API by @joshjohanning in https://github.com/joshjohanning/npm-version-check-action/pull/92
Full Changelog: https://github.com/joshjohanning/npm-version-check-action/compare/v2.1.0...v2.1.1