build: commit the LINGUAS file too while rolling a release

master
Benno Schulenberg 2021-06-15 10:11:19 +02:00
parent a2cb22faab
commit 622bfb5b83
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ po/update_linguas.sh &&
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/^ //')" &&
gpg -a -b nano-$VERSION.tar.gz &&