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

Add release workflow #15

Merged
merged 3 commits into from
Aug 15, 2022
Merged

Add release workflow #15

merged 3 commits into from
Aug 15, 2022

Commits on Aug 15, 2022

  1. add release workflow

    Aleksanaa authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8500873 View commit details
    Browse the repository at this point in the history
  2. add some magic to merge to parent branch

    This commit make it merge to parent branch instead of `master` branch, i.e. you are working on a branch called `refactor` and making a branch `release/2.0`, changes will be applied to `refactor` instead of `master`.
    Aleksanaa authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    dd944cb View commit details
    Browse the repository at this point in the history
  3. add --all

    add --all so final commit to release branch will also update
    Aleksanaa authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d3377f5 View commit details
    Browse the repository at this point in the history