summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2017-06-01 12:09:20 +0200
committerJakob Borg <jakob@kastelo.net>2017-06-01 12:09:20 +0200
commit3dca7cd69423d2d0610b18822a587c5516ddf01e (patch)
treee1290067439882e60a81104e7c285d5474194d50 /build.sh
parent803da92ca93c44439eaae8faf0afbbfb4d60928b (diff)
build: Update prerelease command
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 822c67096..29e67e01a 100755
--- a/build.sh
+++ b/build.sh
@@ -61,9 +61,9 @@ case "${1:-default}" in
prerelease)
go run script/authors.go
build transifex
- git add -A gui/default/assets/ lib/auto/
pushd man ; ./refresh.sh ; popd
- git add -A man
+ git add -A gui man
+ git commit -m 'gui, man: Update docs & translations'
;;
noupgrade)