Sniddl / discord-commits

Send Repository Activity using Dynamic Discord Templates
MIT License
78 stars 15 forks source link

Possibility to remove footer from embed #25

Open Greazi-Times opened 1 year ago

Greazi-Times commented 1 year ago

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

ZebTheWizard commented 11 months ago

Can you post an example?

Greazi-Times commented 11 months ago

image

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

ZebTheWizard commented 11 months ago

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

Greazi-Times commented 11 months ago

Its inside of the embed. And not the message.

ZebTheWizard commented 11 months ago

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.

ZebTheWizard commented 6 months ago

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