commit 20facb40c34ebe1ce4ad9627b527c7c629bd00aa
parent a5498feea652dce1c3b607fb48745730c3e8c6a1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 24 Mar 2019 12:40:05 +0100
build: ensure that also new PO files are committed to git
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/roll-a-release.sh b/roll-a-release.sh
@@ -12,6 +12,7 @@ po/update_linguas.sh &&
make distcheck && make dist-xz &&
+git add po/*.po &&
git commit -a -m "$(git log -1 --grep 'po: up' | grep o: | sed 's/^ //')" &&
gpg -a -b nano-$VERSION.tar.gz &&