aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2018-07-23 17:41:59 +0200
committerGitHub <noreply@github.com>2018-07-23 17:41:59 +0200
commitd8366e4a886e328f38a3d58c8696868e4aa165a2 (patch)
tree7494e2cf018cf05b6429536def5d7faeb3553aed /build.sh
parentb83c5b32bfbe8662b174d48604786a56f7401f79 (diff)
downloadsyncthing-d8366e4a886e328f38a3d58c8696868e4aa165a2.tar.gz
syncthing-d8366e4a886e328f38a3d58c8696868e4aa165a2.zip
authors: Enable auto updates (#5074)
Removes the manual handling of the AUTHORS file, giving every committer automatic credit for their contribution. Manual tweaks to the file are still accepted and retained by the scripts.
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 db64b655f..23f8d221d 100755
--- a/build.sh
+++ b/build.sh
@@ -59,8 +59,8 @@ case "${1:-default}" in
go run script/authors.go
build transifex
pushd man ; ./refresh.sh ; popd
- git add -A gui man
- git commit -m 'gui, man: Update docs & translations'
+ git add -A gui man AUTHORS
+ git commit -m 'gui, man, authors: Update docs, translations, and contributors'
;;
noupgrade)