★ wanayoo — archive 1999 https://github.com/JPeer264/node-semantic-git-commit-cli/issues/82Nouvelle recherche | Portail wanayoo
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

Enable option to add footer at the end of the commit message #82

Open
ssuperczynski opened this issue Nov 19, 2019 · 2 comments
Open

Enable option to add footer at the end of the commit message #82

ssuperczynski opened this issue Nov 19, 2019 · 2 comments
Labels

Comments

@ssuperczynski
Copy link

@ssuperczynski ssuperczynski commented Nov 19, 2019

CI tools like Gitlab, Github, Bitbucket or Jira reads footer of the commit.
It is helpful to link, or to trigger an action if footer of the commit is applied.

It is described in the https://www.conventionalcommits.org/en/v1.0.0/#summary

I'd like to add this feature. Let me know if this sounds good to you to be added.

<type>(<scope>)<delimiter> <message>

<body>

<footer>
@JPeer264
Copy link
Owner

@JPeer264 JPeer264 commented Nov 19, 2019

Sounds great. But what if there is no <body> applied? Are there 2 or 3 breaks?

(\n's are just for clarification)

<type>(<scope>)<delimiter> <message>
\n
\n
<footer>

or

<type>(<scope>)<delimiter> <message>
\n
\n
\n
<footer>

Or is a body mandatory for a footer?

@JPeer264
Copy link
Owner

@JPeer264 JPeer264 commented Jun 12, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.