build: commit the LINGUAS file too while rolling a release

This commit is contained in:
Benno Schulenberg 2021-06-15 10:11:19 +02:00
parent a2cb22faab
commit 622bfb5b83

View File

@ -12,7 +12,7 @@ po/update_linguas.sh &&
make distcheck && make dist-xz && make distcheck && make dist-xz &&
git add po/*.po po/nano.pot && git add po/*.po po/nano.pot po/LINGUAS &&
git commit -m "$(git log -1 --grep 'po: up' | grep o: | sed 's/^ //')" && git commit -m "$(git log -1 --grep 'po: up' | grep o: | sed 's/^ //')" &&
gpg -a -b nano-$VERSION.tar.gz && gpg -a -b nano-$VERSION.tar.gz &&