Releases: pozetroninc/github-action-get-latest-release
Releases · pozetroninc/github-action-get-latest-release
v0.8.0
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
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
This release adds the release's ID to the outputs.
Thanks to the new contributor @sdepold!
Optionally Exclude Pre-releases
This release adds the ability to exclude pre-release versions with the excludes
optional input.
Thanks to the new contributors!
@LongLiveCHIEF
@justincy
Documented Inputs
Input Options
Adding in a Repository input option to address #1
Initial Documentation
Added usage example.
Initial Release
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.