version-check

An action that allows you to check whether your npm package version has been updated

MIT License

Stars
102
Committers
15

Bot releases are visible (Hide)

version-check - v2.1.4 Latest Release

Published by EndBug 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.3...v2.1.4

version-check - v2.1.3

Published by EndBug 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.2...v2.1.3

version-check - v2.1.2

Published by EndBug 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.1...v2.1.2

version-check - v2.1.1

Published by EndBug about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/EndBug/version-check/compare/v2.1.0...v2.1.1

version-check - v2.1.0

Published by EndBug almost 3 years ago

  • Added support for GitHub Enterprise (#135 by @JasonCubic)
  • Bump dependencies & fix npm audit warnings
version-check - v2.0.1

Published by EndBug almost 4 years ago

This patch prevents the action from failing when there are 0 commits in the event payload (like when a tag is pushed).
When that happens, a message will be shown in the logs and the action will exit as successful.

version-check - v2.0.0

Published by EndBug almost 4 years ago

From now on, the changed output will always be either 'true' or 'false', and never undefined.

version-check - v1.6.0

Published by EndBug about 4 years ago

You can now use the ::before tag in private repos (PR #27)

version-check - v1.5.0

Published by EndBug over 4 years ago

You can now use ::before as the file-url parameter: it will resolve to the file from the commit before the push event that triggered the workflow run.
Also, this repo now follows the All Contributors specifications ✨

version-check - v1.4.0

Published by EndBug over 4 years ago

This version adds three new options: file-url, assume-same-version and static-checking.
Please see the README to find out how to use them.
As always, if you find any bugs please let me know by opening a new issue in this repo.

version-check - v1.3.0

Published by EndBug over 4 years ago

This version adds two features:

  • The action can now be used with PRs
  • The action now has a commit output, from which you can grab the sha of the commit where the version change has been detected
version-check - v1.2.2

Published by EndBug over 4 years ago

This makes the action automatically build with @zeit/ncc. No significant changes should be noticed by the end user, if not a slight improvement in performance.

version-check - v1.2.1

Published by EndBug over 4 years ago

This patch fixes issue #11: the action wasn't detecting versions with a more complex format, like 1.2.3-alpha.10.beta.0+build.unicorn.rainbow, because it was stopping at the patch number (1.2.3). This should now be fixed

version-check - v1.2.0

Published by EndBug over 4 years ago

This release adds the version output: it's a string with the new version, and can be used to, for example, create a new release with the version name.

version-check - v1.1.1

Published by EndBug almost 5 years ago

This release is just to add the major version tag v1, which can be used to keep the action updated while avoiding breaking changes.

version-check - v1.1.0

Published by EndBug almost 5 years ago

This version adds support for private repositories, you just need to pass the bearer GitHub token as an input. You can find more info about that on the action page.

version-check - v1.0.1

Published by EndBug about 5 years ago

This adds a useful example if you want to use this action to publish your package to both NPM and GitHub Package Registry.

version-check - v1.0.0

Published by EndBug about 5 years ago

This is the first release, all you need to know is in the README