diff options
-rw-r--r-- | tools/do_release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/do_release.sh b/tools/do_release.sh index 1c692a7..e282a55 100644 --- a/tools/do_release.sh +++ b/tools/do_release.sh @@ -2,7 +2,7 @@ set -euo pipefail SOURCE_BRANCH=$(git branch --show-current) -MAKE_TAGS_CAUSE=${MAKE_TAGS_CAUSE:-"Manual command-line makefile invocation"} +RELEASE_TRIGGER=${RELEASE_TRIGGER:-"Manual command-line makefile invocation"} GIT_AUTHOR_NAME=${GIT_AUTHOR_NAME:-'STM32Square Auto-Release Script'} GIT_AUTHOR_EMAIL=${GIT_AUTHOR_EMAIL:-'autorelease@stm32square.jaseg.de'} @@ -21,7 +21,7 @@ git add svd mx_mcu_db prog_db chip_db git commit --allow-empty -m "STM32Square Auto-Release $TIMESTAMP This is an automatic release commit. Generation was invoked from: -$MAKE_TAGS_CAUSE +$RELEASE_TRIGGER Component versions: |