Skip to content
New issue

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

use semantic releasing that accounts for commit messages #36

Closed
hairmare opened this issue Feb 15, 2022 · 0 comments · Fixed by #37
Closed

use semantic releasing that accounts for commit messages #36

hairmare opened this issue Feb 15, 2022 · 0 comments · Fixed by #37

Comments

@hairmare
Copy link
Contributor

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:

  • it tags a new patch version when the commit message starts with fix:
  • it tags new minor version when the message starts with feat:
  • it tags a new major version when the message has a ! before the dollar or a BREAKING CHANGE footer
  • it doesn't do anything for messages starting with chore:, docs:, etc. (this way you can merge gh-actions PRs without creating dummy releases)
eyenx added a commit that referenced this issue Feb 16, 2022
eyenx added a commit that referenced this issue Feb 16, 2022
eyenx added a commit that referenced this issue Feb 16, 2022
@eyenx eyenx closed this as completed in #37 Feb 16, 2022
eyenx added a commit that referenced this issue Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant