We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ddaec commit 6544852Copy full SHA for 6544852
prepare-release
@@ -26,7 +26,7 @@ sed --in-place \
26
27
if grep -q "qtmips ($V_TXT)" debian/changelog ; then
28
sed --in-place \
29
- -e '1,/^ -- .*$/s/^ -- .*$/'" -- $V_USER_NAME <$V_USER_EMAIL> $V_DATE_RFC/" \
+ -e '1,/^ -- .*$/s/^ -- .*$/'" -- $V_USER_NAME <$V_USER_EMAIL> $V_DATE_RFC/" \
30
debian/changelog
31
else
32
cat >debian/changelog.tmp <<EOF
0 commit comments