Skip to content

Releases: pozetroninc/github-action-get-latest-release

v0.8.0

05 May 04:46

Choose a tag to compare

What's Changed

  • Added dependabot (thanks @baywet)
  • Bump @actions/github from 5.1.1 to 6.0.0
  • Bump @actions/core from 1.10.0 to 1.10.1
  • Bump @octokit/rest from 19.0.5 to 20.1.1
  • Bump actions/setup-node from 3 to 4
  • Bump github/super-linter from 4 to 6
  • Bump actions/checkout from 3 to 4 by
  • Bumped the action to node20 (thanks to @du33169, @jirkapok, @baywet and all those who 👍 )

Full Changelog: v0.7.0...v0.8.0

Support for optional auth token

16 Feb 05:36
d1dafdb

Choose a tag to compare

This release contains a huge overhaul done by our new contributors @shawaj & @dp1!

Included in this release (thanks to them):

  • add optional auth token
  • bump to node16
  • bump action/core to 1.10.0
  • bump dependencies to latest versions
  • remove node_modules folder and package with ncc build
  • update readme to add new features and update older actions in examples
  • update package.json version
  • add more info to package.json
  • bump package-lock.json
  • add linter and fix linting errors
  • bump version number to 0.7.0 to follow tags on this repo
  • auto-build with ncc using github actions and push updated index.js to repo if available

Release ID in Output

29 Dec 06:30
57753c3

Choose a tag to compare

This release adds the release's ID to the outputs.

Thanks to the new contributor @sdepold!

Optionally Exclude Pre-releases

22 Aug 06:50
2b51d48

Choose a tag to compare

This release adds the ability to exclude pre-release versions with the excludes optional input.

Thanks to the new contributors!
@LongLiveCHIEF
@justincy

Documented Inputs

17 Jun 05:33
a305a83

Choose a tag to compare

Adding documented inputs in action.yaml to address #2

Thanks to the new contributors!
@foosel
@syzhakov

Input Options

01 May 01:48

Choose a tag to compare

Adding in a Repository input option to address #1

Initial Documentation

27 Apr 19:20
0f7b0e1

Choose a tag to compare

Initial Release

27 Apr 06:07
0d47d0b

Choose a tag to compare

This is the first release of the action so it may not meet your production quality standards. It works for the simple cases and will simply return an error if there are no releases in the target repo.