Files
openfoodnetwork/script/release/prepare
2023-11-09 17:42:09 +11:00

12 lines
254 B
Bash
Executable File

#!/bin/sh
# Execute preparation tasks for a regular patch release. Requires admin permission on the repo.
#
set -e
# Download translations and push to master
$(dirname "$0")/update_locales
# Bump the patch version and push the tag
$(dirname "$0")/tag