1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 15:42:15 +03:00
git-cliff/git-cliff-core
Jonas Fierlings ecbabbfb39
feat(changelog): skip ssh and x509 signatures in tag messages (#748)
Git supports SSH and x509 signatures in addition to GPG signatures.
See <https://git-scm.com/docs/gitformat-signature#_description>.

The regex is not 100% accurate (e.g. this would allow `SSH MESSAGE`,
which is not part of the gitformat-signature description), but I
prioritized readability over correctness in this case (since the code is
for replacing text, not verifying the signature).
2024-07-27 22:11:20 +03:00
..
src feat(changelog): skip ssh and x509 signatures in tag messages (#748) 2024-07-27 22:11:20 +03:00
tests feat(context): add repository path to template context (#721) 2024-06-25 23:41:37 +03:00
Cargo.toml chore(release): prepare for v2.4.0 2024-06-26 12:55:35 +03:00