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

review deploy pipeline for Travis for executables #85

Merged
merged 1 commit into from
Mar 19, 2019

Commits on Mar 19, 2019

  1. review deploy pipeline for Travis for executables

    This make sure that:
    
    - Checks & tests are run for releases
    - Releases happens when we actually push a tag on the repository (git tag --sign vX.Y.Z && git push origin --tags)
    - Releases only happens for the last stage called 'Executables' (it was global before that!)
    - Releases on GitHub are made in a 'Draft' mode, which means they aren't visible by anyone but maintainers, who
      can make a few edits before officially publishing it.
    KtorZ committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    308659a View commit details
    Browse the repository at this point in the history