Skip to content

Commit

Permalink
Have some fun with release descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogel612 committed Nov 8, 2018
1 parent 2a2496f commit 399c92a
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions appveyor.yml
Expand Up @@ -78,12 +78,14 @@ for:
- next
environment:
installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-pre.exe
release_name: Rubberduck v%APPVEYOR_BUILD_VERSION%-pre
-
branches:
only:
- master
environment:
installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
release_name: Rubberduck v%APPVEYOR_BUILD_VERSION%
-
branches:
except:
Expand All @@ -92,6 +94,7 @@ for:
environment:
# fall back to calling the installer after the branch we're on
installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%.exe
release_name: Rubberduck v%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%

# Create Installers to store at appveyor and upload to github
after_test:
Expand All @@ -105,26 +108,30 @@ artifacts:
deploy:
- provider: GitHub
tag: Rubberduck v$(appveyor_build_version)
release: Rubberduck v$(appveyor_build_version)
description: AppVeyor build on [master] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
release: $(release_name)
draft: true
prerelease: false
description: "Built with :heart: by AppVeyor CI on [$(appveyor_repo_branch)] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)"
auth_token:
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
artifact: Rubberduck
draft: true
prerelease: false
on:
on:
branch: master
- provider: GitHub
tag: Rubberduck v$(appveyor_build_version)
release: Rubberduck v$(appveyor_build_version)-pre
description: AppVeyor build on [next] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
release: $(release_name)
draft: true
prerelease: false
description: >-
AppVeyor build on [$(appveyor_repo_branch)] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
Merges \#$(appveyor_pull_request_number) - $(appveyor_pull_request_title)
auth_token:
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
artifact: Rubberduck
draft: false
prerelease: true
on:
on:
branch: next

# This is Duga posting stuff to the war room
notifications:
- provider: Webhook
Expand Down

0 comments on commit 399c92a

Please sign in to comment.