Releases: EndBug/version-check
v1.4.0
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
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
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
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
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
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
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
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
This is the first release, all you need to know is in the README