Revert "Add "nightly warning" to the release notes"

This reverts commit 0a820d37d9.
This commit is contained in:
Maschell 2018-06-26 13:11:50 +02:00
parent 0a820d37d9
commit 933da37674
1 changed files with 1 additions and 3 deletions

View File

@ -55,9 +55,7 @@ before_deploy:
- zip -r wups_playground_plugins_$commit.zip wiiu
- git config --local user.name "Maschell"
- git config --local user.email "Maschell@gmx.de"
- 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"
- git tag "WUPSPluginPlayground-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
deploy:
provider: releases
skip_cleanup: true