Skip to content

Releases: anothrNick/github-tag-action

1.75.0

22 Aug 17:33
4ed4496

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1...1.75.0

1.74.0

22 Aug 17:32
6353aab

Choose a tag to compare

What's Changed

  • Bugfix for duplicate prefix on first prerelease tag by @rorybartie in #338

New Contributors

Full Changelog: 1...1.74.0

1.73.0

07 May 16:16
e528bc2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1...1.73.0

1.72.0

07 May 16:15
da70c4e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1...1.72.0

1.71.0

23 Sep 11:44
f278d49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1...1.71.0

1.70.0

08 Jul 15:21
777684d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1...1.70.0

1.67.0: improvements: tag strategy and tag listing for filtering

13 Jun 21:24
a2c70ae

Choose a tag to compare

Sorting tags by date [ https://github.com//pull/272 ]
Adding GIT_API_TAGGING false option to switch to cli tagging [ https://github.com//pull/210 ]

CLI tagging nowdays is more reliable for github actions permissions.

1.66.0: fixes: sigpipe 141 scenarios

21 May 22:26
72703d0

Choose a tag to compare

In some cases if the repo contains hundreds of tags, since we set -e grep combined with git tag reads randomly exits with error 141.

1.65.0: fixes pre-release tag exists

15 May 10:24
94666f1

Choose a tag to compare

Fixes a bug introduced in 1.64 that makes pre-releases error when following a release branch strategy.
More details here #265

1.64.0: hotfix: in some cases git rev errors since set -e

12 May 03:33
c360518

Choose a tag to compare

Fix: tag_commit on fresh repo with no tags (#261)