mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-29 08:31:54 -05:00
The current steps attempted to remove SSH signatures from signed git commits/tags by making the release notes string into a single line, running sed, then restoring the newlines. However, this resulted in all n characters being missing from the resulting output. We can use targeted git ref format specifiers instead of trying to use sed. https://git-scm.com/docs/git-for-each-ref/2.41.0#Documentation/git-for-each-ref.txt-contentssubject https://git-scm.com/docs/git-for-each-ref/2.41.0#Documentation/git-for-each-ref.txt-contentsbody