Skip to content

Commit

Permalink
Fix release description and release flags for prereleases from [next]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogel612 committed Nov 12, 2018
1 parent 44e77ae commit cf1fdbd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions appveyor.yml
Expand Up @@ -120,12 +120,9 @@ deploy:
- provider: GitHub
tag: Rubberduck v$(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)
draft: false
prerelease: true
description: "AppVeyor build on [$(appveyor_repo_branch)] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)<br/><br/>Merges #$(appveyor_pull_request_number) - $(appveyor_pull_request_title)"
auth_token:
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
artifact: Rubberduck
Expand Down

0 comments on commit cf1fdbd

Please sign in to comment.