commit 622bfb5b834dc9f318868fd3c9e6300015794875
parent a2cb22faab24d8f6295f9aa9fcaab43284982e4e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 15 Jun 2021 10:11:19 +0200
build: commit the LINGUAS file too while rolling a release
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roll-a-release.sh b/roll-a-release.sh
@@ -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 &&