Skip to content

Releases: jimschubert/query-tag-action

Bump to Node 20

01 May 03:05
0b288a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.2

v2.1

16 Jan 14:39
ebe504c
Compare
Choose a tag to compare

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

16 Jan 16:08
ebe504c
Compare
Choose a tag to compare
fix: replace set-output with GITHUB_OUTPUT usage (#6)

Adds `abbrev` option to override --abbrev=0

16 Jan 15:55
3ed7ce2
Compare
Choose a tag to compare

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

05 Apr 15:36
Compare
Choose a tag to compare

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 :)