SwabianCoder
SwabianCoder
I wanted to use your GitHub action in my GitHub worflow. Unfortunately I'm facing the same issue.
As a workaround I use pysemver CLI now. Works great with pre-release versions as well.
> **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...
@HarelM I use pysemver CLI to compare versions. This works great. ``` pysemver compare ${{ env.latestNpmPackageVersion }} ${{ env.prPackageVersion }} ```
Sure: https://github.com/SwabianCoder/ngx-toolset/blob/main/.github/workflows/pr_validation.yml
@HarelM But based on that comparison you can't determine whether version increased. What if someone decreased it instead?