Skip to content

Releases: EndBug/version-check

v1.6.0

08 Oct 11:20
eea9dab

Choose a tag to compare

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

v1.5.0

13 Jul 10:26
7d67b97

Choose a tag to compare

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 ✨

v1.4.0

02 Jul 17:52
a6fc5f8

Choose a tag to compare

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.

v1.3.0

17 Apr 12:49

Choose a tag to compare

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

v1.2.2

21 Mar 11:43
d9265c1

Choose a tag to compare

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.

v1.2.1

02 Mar 19:57
ce0c901

Choose a tag to compare

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

v1.2.0

22 Jan 21:49
827b8e5

Choose a tag to compare

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.

v1.1.1

24 Dec 10:18
4bd0231

Choose a tag to compare

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

v1.1.0

22 Oct 20:34
f91627f

Choose a tag to compare

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.

v1.0.1

11 Oct 20:19

Choose a tag to compare

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