Releases: bruceadams/get-release
Releases · bruceadams/get-release
And, um, adjust the code to the newer @actions/github
v1.3.2 Adjust code to newer @actions/github
Updated depdendencies, notably @actions/core to 1.10.0
These updates avoid this warning message from GitHub Actions about deprecated set-output
.
The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update to run on node16
v1.3.0 Run using node16 (updated from node12)
Add author field to response
v1.2.3 Update example to use v1.2.3
More outputs: name, body, draft, prerelease
v1.2.2 Update example to use v1.2.2
README enahncements; new output `tag_name`
v1.2.1 Move pre-commit script to husky.hooks
First functioning release!
First try
This might even work?