Releases: jimschubert/query-tag-action
Bump to Node 20
What's Changed
- Upgrade to node 20 by @dbouclier in #8
New Contributors
- @dbouclier made their first contribution in #8
Full Changelog: v2...v2.2
v2.1
v2.1
Replace set-output with GITHUB_OUTPUT usage
Removes the deprecation notice:
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/
v2
fix: replace set-output with GITHUB_OUTPUT usage (#6)
Adds `abbrev` option to override --abbrev=0
Adds a new abbrev
option to override the --abbrev=0
as seen in v1.
From git-describe:
--abbrev=
Instead of using the default 7 hexadecimal digits as the abbreviated object name, use
<n>
digits, or as many digits as needed to form a unique object name. An<n>
of 0 will suppress long format, only showing the closest tag.
Thanks to @benwilhelm for the contribution to improve this action.
Initial Release
Initial release of the query-tag-action, allowing for querying current or previous tags from a git repository without figuring out the command line options :)