From 0a820d37d9e6c2ffe19d0e5a763b83d07bc06de6 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 26 Jun 2018 12:54:58 +0200 Subject: [PATCH] Add "nightly warning" to the release notes --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1353428..7f7489b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,9 @@ before_deploy: - zip -r wups_playground_plugins_$commit.zip wiiu - git config --local user.name "Maschell" - git config --local user.email "Maschell@gmx.de" -- git tag "WUPSPluginPlayground-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)" +- commitLog="$(git log -1 --pretty=%B)" +- commitMessage="$(echo -e "WUPSPluginPlayground nightly build. Not a stable release. Expect bugs! \nOnly use the plugins with the bundled loaded as they may not work on others." && echo -e "\nCommitlog:\n")" +- git tag "WUPSPluginPlayground-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)" -a -m "$commitMessage" -m "$commitLog" deploy: provider: releases skip_cleanup: true