New ref
argument
A new ref
argument has been added. It is mutually exclusive with the branch
argument, meaning one cannot specify both. If neither are specified the action has the same behavior as previously, using the default for branch
("master"
).
The value for ref
is a git ref for a branch, e.g., refs/heads/master
.
The changelog generation has also been optimized, avoiding vMAJOR
versions as well as the ci_test
test tag.
Changelog
v2.7.0 (2021-12-15)
Implemented enhancements:
- Consider adding
ref
#61
Fixed bugs:
- Finding the "previous version" for adding changelog info to release not working #77
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator