-
Notifications
You must be signed in to change notification settings - Fork 7
Pull Requests
Jake Ginnivan edited this page Dec 1, 2013
·
1 revision
If you are using GitHub or Stash then pull requests will be automatically tagged with a pre-release identifier. BitBucket is not supported because of https://bitbucket.org/site/master/issue/5814/reify-pull-requests-by-making-them-a-ref.
For example: If you have a pull request that branched away from master after a tag of 0.2.0
and there has been 3 commits since that release and the pull request number in the repository is 25 then the build identifier 0.2.1-PullRequest25+003
.
The number of commits since the last release is added to the build metadata here because you can push further commits to the pull request so this is important to keep the build identifiers unique.