Skip to content

Commit

Permalink
#11 clarified on leftover master branch reference: tool will pick m…
Browse files Browse the repository at this point in the history
…ajor release branch for new major releases
  • Loading branch information
Ocramius committed Jul 28, 2020
1 parent a2b8c1c commit 849ba15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions feature/automated-releases.feature
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Feature: Automated releases
| name |
| 2.0.0 |
When I close milestone "2.0.0"
Then tag "2.0.0" should have been created on branch "master"
And branch "2.0.x" should have been created from "master"
Then tag "2.0.0" should have been created on branch "2.0.x"

Scenario: If a new major release branch exists, the tool does not create a new minor release
Given following existing branches:
Expand Down

0 comments on commit 849ba15

Please sign in to comment.