Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor deployment enhancements #2185

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Jun 11, 2023

  1. appveyor: update github release deployment

    * create draft release on commit (not tag) to master
    * do not force_update existing releases
    JohnTheGr8 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    ddf9b49 View commit details
    Browse the repository at this point in the history
  2. appveyor: refactor pre-release version value

    `prereleaseTag` was being defined as `APPVEYOR_BUILD_VERSION`
    JohnTheGr8 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    3969e11 View commit details
    Browse the repository at this point in the history
  3. appveyor: deploy RCs to the Prereleases repo

    Add a new deploy target that is triggered when we merge to master and
    creates a release on the `Prereleases` repository with the same artifacts
    as the upcoming main release.
    JohnTheGr8 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    be97675 View commit details
    Browse the repository at this point in the history