You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 :-)
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?The text was updated successfully, but these errors were encountered: