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

Support formatting commit messages #3

Open
alexec opened this issue Jan 8, 2023 · 3 comments
Open

Support formatting commit messages #3

alexec opened this issue Jan 8, 2023 · 3 comments

Comments

@alexec
Copy link

alexec commented Jan 8, 2023

My messages must be Semantic Commits, and they must have a JIRA ID appended to them.

E.g.

feat: Made a change. JIRA-0123

Please allow commits to be formatted as such.

@abi
Copy link
Owner

abi commented Jan 9, 2023

I think it should be easy to have it generate semantic commits, but what do you mean by JIRA ID appended to them? do you want it to output just JIRA-xxxx at the end since it won't know your JIRA issue numbers?

@alexec
Copy link
Author

alexec commented Jan 9, 2023

I think maybe the branch name could be the ticket name. E.g. git branch -b JIRA-0123 and you just append the branch name.

@abi
Copy link
Owner

abi commented Jan 9, 2023

Nice, that could work

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