Add "nightly warning" to the release notes

This commit is contained in:
Maschell 2018-06-26 12:54:58 +02:00
parent 2b38880961
commit 0a820d37d9

View File

@ -55,7 +55,9 @@ before_deploy:
- zip -r wups_playground_plugins_$commit.zip wiiu - zip -r wups_playground_plugins_$commit.zip wiiu
- git config --local user.name "Maschell" - git config --local user.name "Maschell"
- git config --local user.email "Maschell@gmx.de" - 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: deploy:
provider: releases provider: releases
skip_cleanup: true skip_cleanup: true