JakeGinnivan / GitHubFlowVersion

The easy way to use semantic versioning (semver.org) with GitHub Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider multiple PR's that change NextVersion.txt

robdmoore opened this issue · comments

What if you had:

2 PRs that change major version, 2 PRs that change minor version.

There are a lot of different orders in which they can be merged and released. I'm curious to explore this scenario and figure out if there is any special logic we can/need to put in GitHubFlowVersion or if this is one of those situations we leave to the discretion of the user (to work out either before or after merging the PRs).