discord-commits icon indicating copy to clipboard operation
discord-commits copied to clipboard

Possibility to remove footer from embed

Open Greazi-Times opened this issue 1 year ago • 6 comments

When you send a embed it adds a footer to it. The posibility to get that removed would be great.

Greazi-Times avatar Jun 13 '23 19:06 Greazi-Times

Can you post an example?

ZebTheWizard avatar Jul 09 '23 14:07 ZebTheWizard

image

Like the image above on the end is a line that shows signed-off-by:

Greazi-Times avatar Jul 09 '23 15:07 Greazi-Times

Are you following a standard like this?. I'm not familiar with footers in commit messages.

ZebTheWizard avatar Jul 09 '23 15:07 ZebTheWizard

Its inside of the embed. And not the message.

Greazi-Times avatar Jul 09 '23 15:07 Greazi-Times

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

ZebTheWizard avatar Jul 09 '23 16:07 ZebTheWizard

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

ZebTheWizard avatar Dec 25 '23 23:12 ZebTheWizard