Skip to content

Releases: EndBug/version-check

v1.4.0

02 Jul 17:52
a6fc5f8
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v1.0.0

03 Oct 20:26
4ecdf21
Compare
Choose a tag to compare

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