Closed hairmare closed 2 years ago
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:
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)