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

Trigger Release with tag 'releaseTrigger' #256

Merged
merged 8 commits into from
May 19, 2020

Commits on May 2, 2020

  1. testing tag

    Simon Schrottner committed May 2, 2020
    Configuration menu
    Copy the full SHA
    baf46cd View commit details
    Browse the repository at this point in the history
  2. Trigger Release with tag 'releaseTrigger'

    This changes will trigger a build on master,
    when there is a tag 'releaseTrigger' created.
    
    It will notify our normal GitHub Actions, and
    retrigger a build. The payload will tell the
    our normal build, that this is a release, and
    it will trigger the build.
    
    Downside, this will only work in MASTER for now.
    If we want to support other branches, we need
    to use our combined brain power, how to retrieve
    a branch name from a git tag. It is not such
    a trivial problem.
    Simon Schrottner committed May 2, 2020
    Configuration menu
    Copy the full SHA
    171ee03 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Trigger Release with tag 'releaseTrigger'

    This changes will trigger a build on master,
    when there is a tag 'releaseTrigger' created.
    
    It will notify our normal GitHub Actions, and
    retrigger a build. The payload will tell the
    our normal build, that this is a release, and
    it will trigger the build.
    
    Downside, this will only work in MASTER for now.
    If we want to support other branches, we need
    to use our combined brain power, how to retrieve
    a branch name from a git tag. It is not such
    a trivial problem.
    Simon Schrottner committed May 3, 2020
    Configuration menu
    Copy the full SHA
    18f88f5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/issues/TagAction' into issues/Ta…

    …gAction
    
    # Conflicts:
    #	.github/workflows/actions.yml
    #	.github/workflows/releaseTrigger.yml
    Simon Schrottner committed May 3, 2020
    Configuration menu
    Copy the full SHA
    0858fcd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Adding Comments and always condition

    Simon Schrottner committed May 7, 2020
    Configuration menu
    Copy the full SHA
    8d7359b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Apply suggestions from code review

    Co-authored-by: Daniel Kraus <daniel.kraus@mailbox.org>
    Simon Schrottner and beatngu13 committed May 10, 2020
    Configuration menu
    Copy the full SHA
    ed4d810 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Document new release process

    Nicolai Parlog committed May 19, 2020
    Configuration menu
    Copy the full SHA
    0ed9632 View commit details
    Browse the repository at this point in the history
  2. Got overruled by Reality and Kevlin

    Nicolai Parlog committed May 19, 2020
    Configuration menu
    Copy the full SHA
    1d36026 View commit details
    Browse the repository at this point in the history