commit 8613285321c02d2c1fc5466246b4ec76706c603c parent 8a4639cdd68c2201c34661b15c8c7d11fbe6cf5e Author: Benno Schulenberg <bensberg@telfort.nl> Date: Tue, 16 Apr 2019 10:21:24 +0200 build: be more specific and avoid committing accidentally changed files Diffstat:
M | roll-a-release.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/roll-a-release.sh b/roll-a-release.sh @@ -12,8 +12,8 @@ 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/^ //')" && +git add po/*.po po/nano.pot && +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.xz &&