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

automatic tagging based on semantic commit mesages #18

Open
rethab opened this issue Aug 11, 2021 · 1 comment
Open

automatic tagging based on semantic commit mesages #18

rethab opened this issue Aug 11, 2021 · 1 comment

Comments

@rethab
Copy link

rethab commented Aug 11, 2021

hi, this is very cool work. as far as i can see, you still need to create the tag on main manually though, don't you? what if the tag was created automatically using semantic commit messages?

@shrink
Copy link
Member

shrink commented Aug 17, 2021

Hi @rethab! I'm sorry, I didn't receive a notification for this message so I did not see it until now.

Conventional Commits is a specification with a great deal of community support, and as a consequence, there are many Conventional Commit Actions on the GitHub marketplace. I think you could definitely integrate that into a Workflow using this example because this approach only depends upon the creation of tags: it doesn't mind where the tags come from.

If you need any insights into how you could achieve this using Conventional Commits, let me know -- happy to provide guidance :-)

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

No branches or pull requests

2 participants