Releases: anothrNick/github-tag-action
Releases · anothrNick/github-tag-action
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)
1.63.0: Improvements: set node to lts and catch actions errors efficiently
Update to node 18 and set bash -e for error catching (#258)
1.62.0: More tests and outputs when default_bump set to NONE
This is a very minor release, adds outputs to workflows using default_bump none when there are no #comments found that trigger a commit bump.