Create 'prerelease' step to run before releases

This commit is contained in:
Jakob Borg 2015-05-30 10:39:20 +02:00
parent f0edaf2f8c
commit 8bb18fa988
1 changed files with 6 additions and 2 deletions

View File

@ -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)