Browse Source

Create 'prerelease' step to run before releases

Jakob Borg 10 years ago
parent
commit
8bb18fa988
1 changed files with 6 additions and 2 deletions
  1. 6 2
      build.sh

+ 6 - 2
build.sh

@@ -44,8 +44,12 @@ case "${1:-default}" in
 		go run build.go "$1"
 		;;
 
-	transifex)
-		go run build.go "$1"
+	prerelease)
+		go run build.go transifex
+		git add -A gui/assets/ internal/auto/
+		echo
+		echo Changelog:
+		go run changelog.go
 		;;
 
 	noupgrade)