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

Feature finish should not fail on already merged feature branch. #228 #229

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    c4e65b1 View commit details
    Browse the repository at this point in the history
  2. aleksandr-m#230: Hotfix finish should not bump to next development ve…

    …rsion.
    AF090536 committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    15e3ed1 View commit details
    Browse the repository at this point in the history
  3. aleksandr-m#230 The DEV version should still be set

    AF090536 committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    942f080 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c08efe1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. aleksandr-m#230 After conflict solved should not fail on tagging or P…

    …OM commit
    
    After the user has solved the conflicts that appeared during the first
    hotfix-finish, it should be possible to restart the hotfix-finish
    without failing. The first fix is that if we are tagging (skipTag=false)
    we should allow the user to avoid failing. Since the tagging happened on
    master before possible merge fail on develop, we would fail when tagging
    the second time around. The second failure fix is to make sure that the
    development version is not incremented indiscriminately.
    There is one last problem, which is not solved yet: the fact that if we
    have a conflict when merging on develop, we should backtrack the commit
    were we set the version to hotfix branch...
    AF090536 committed May 1, 2020
    Configuration menu
    Copy the full SHA
    863aea2 View commit details
    Browse the repository at this point in the history