Releases: anothrNick/github-tag-action
Releases · anothrNick/github-tag-action
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.
1.61.0:Hotfix - Exclude validating the default branch when using branch_listory non full
1.59.0: Hotfix - gitlog full breaking rebase and squash merges
The current implementation of full git log breaks in squash and rebase due missing HEAD using suggestion from @jonavos here #232 (comment) and changing approach to compare log history.
Please report back to #232 if any further issues on use cases.