We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right now mathieudutour/github-tag-action willy nilly tags every version of thsi repo irregardless of the actual commit messages.
mathieudutour/github-tag-action
I propose switch to https://go-semantic-release.xyz/ since it support conventional commit style messages:
fix:
feat:
!
BREAKING CHANGE
chore:
docs:
The text was updated successfully, but these errors were encountered:
fix(autotag): use go-semantic-release #36
c581cd4
Signed-off-by: Toni Tauro <[email protected]>
d2e32d9
03f2501
fix(autotag): use go-semantic-release #36 (#37)
79c2e83
Successfully merging a pull request may close this issue.
right now
mathieudutour/github-tag-action
willy nilly tags every version of thsi repo irregardless of the actual commit messages.I propose switch to https://go-semantic-release.xyz/ since it support conventional commit style messages:
fix:
feat:
!
before the dollar or aBREAKING CHANGE
footerchore:
,docs:
, etc. (this way you can merge gh-actions PRs without creating dummy releases)The text was updated successfully, but these errors were encountered: