Releases: anothrNick/github-tag-action
Releases · anothrNick/github-tag-action
1.75.0
What's Changed
- Support Escapable Characters in Prefix With BATs Testing by @TheYorkshireDev in #347
New Contributors
- @TheYorkshireDev made their first contribution in #347
Full Changelog: 1...1.75.0
1.74.0
What's Changed
- Bugfix for duplicate prefix on first prerelease tag by @rorybartie in #338
New Contributors
- @rorybartie made their first contribution in #338
Full Changelog: 1...1.74.0
1.73.0
What's Changed
- Add git-lfs to installed packages in Dockerfile by @mikaellindemann in #329
New Contributors
- @mikaellindemann made their first contribution in #329
Full Changelog: 1...1.73.0
1.72.0
What's Changed
- Added TAG_PREFIX so more descriptive tags can be used by @timothyclarke in #326
New Contributors
- @timothyclarke made their first contribution in #326
Full Changelog: 1...1.72.0
1.71.0
1.70.0
What's Changed
- Add old_tag Output to the README by @gabriel-stackhouse in #314
- Fix Auto Releases by @gabriel-stackhouse in #317
New Contributors
- @gabriel-stackhouse made their first contribution in #314
Full Changelog: 1...1.70.0
1.67.0: improvements: tag strategy and tag listing for filtering
1.66.0: fixes: sigpipe 141 scenarios
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
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
Fix: tag_commit on fresh repo with no tags (#261)