Skip to content

Commit

Permalink
#11 clarifying merge-up PR scenario description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 28, 2020
1 parent 849ba15 commit 20ac681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feature/automated-releases.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ Feature: Automated releases
When I close milestone "1.1.0"
Then the tool should have halted with an error

Scenario: If a minor release branch exists, the tool creates a new minor release from there
Scenario: If a minor release branch exists, when closing the minor release milestone,
the tool tags the minor release from the branch, and creates a pull request
against the next newer minor release branch.
Given following existing branches:
| name |
| 1.1.x |
Expand Down

0 comments on commit 20ac681

Please sign in to comment.