discord-commits
discord-commits copied to clipboard
Possibility to remove footer from embed
When you send a embed it adds a footer to it. The posibility to get that removed would be great.
Can you post an example?
Like the image above on the end is a line that shows signed-off-by:
Are you following a standard like this?. I'm not familiar with footers in commit messages.
Its inside of the embed. And not the message.
Git does not define footer standards inside the commit message. You can read more about GitHub payloads here.
I won't support conventional commits specification until the parsing library fixes the following issues with git trailers.
- https://github.com/conventional-changelog/conventional-changelog/issues/773
- https://github.com/conventional-commits/parser/issues/41
Reopened because I would like to provide developers with partial control over trailing footers. Thinking an option for regular expressions could help omit parts of the commit body. Similar to https://github.com/Sniddl/discord-commits/issues/26