version-check
version-check copied to clipboard
:octocat: An action that allows you to check whether your npm package version has been updated
**Describe the bug** Using the `diff-search: true` option, pre-release changes are not properly detected. **To Reproduce** Moving from `"version": "2.5.0-beta.0"` to `"version": "2.5.0-beta.1"` in the `package.json` file results in the...
**Is your feature request related to a problem? Please describe.** I need to be able to ensure PRs for my project have bumped the project package.json version when they commit...
**Describe the bug** Using `EndBug/version-check@v2` throws a 404 when the repo is private **To Reproduce** Using this workflow: ```yml name: release on: push: branches: [master] jobs: release: runs-on: ${{ matrix.os...
**Describe the bug** `version-check` doesn't seem to work properly. I'm using the remote check method to compare with the local check method. It has been working normally before. But today,...
It's failed when I first use this `version-check` action.  It looks like the problem is happening here https://github.com/EndBug/version-check/blob/ce272c919cbf2d794dfcb90225dbb1be3798d228/src/main.ts#L124 Here is my Github action config file: ```yml name: Auto-publish on:...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 7.4.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.4.0 7.4.0 (2024-03-25) 🚀 Features eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335) Check out our...
Hello, I used version_check in my GitHub action workflow, and encountered the problem below. Does anyone face the same problem ? I found the source code `_links` here https://github.com/EndBug/version-check/blob/main/src/main.ts#L124
Hello, I'm trying to use the action but it throws the error even though i'm providing the path to the file (file url and file name as well). My "package,json"...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 7.14.1. Release notes Sourced from @typescript-eslint/parser's releases. v7.14.1 7.14.1 (2024-06-24) 🚀 Features support TypeScript 5.5 (#9397) ast-spec: tighter types and documentation for declaration/* (#9211) 🩹...