Files
RxSwift/scripts/release-prep.sh
2016-06-08 15:49:18 +02:00

11 lines
272 B
Bash
Executable File

. scripts/common.sh
# run tests
. scripts/pre-release-tests.sh
# update jazzy documentation config
printf "${GREEN}Updating .jazzy.yml${RESET}\n"
./scripts/update-jazzy-config.rb
exitIfLastStatusWasUnsuccessful
printf "${GREEN}Successfully updated .jazzy.yml${RESET}\n"