Skip to content

Commit 192f71e

Browse files
committed
Merge pull request #823 from nshenoy/patch-1
Update configuration.md
2 parents b989435 + 6a5a1c5 commit 192f71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ The options in here are:
7575
- **`prevent-increment-of-merged-branch-version:`** When `release-2.0.0` is merged into master, we want master to build `2.0.0`.
7676
If `release-2.0.0` is merged into develop we want it to build `2.1.0`, this option prevents incrementing after a versioned branch is merged
7777

78-
- **`tag-number-pattern:`** Pull requests require us to pull the pre-release number out of the branch name so `refs/pulls/534/merge` builds as `PullRequest.5`.
78+
- **`tag-number-pattern:`** Pull requests require us to pull the pre-release number out of the branch name so `refs/pulls/534/merge` builds as `PullRequest.534`.
7979
This is a regex with a named capture group called `number`
8080

8181
- **`track-merge-target:`** Strategy which will look for tagged merge commits directly off the current branch. For example `develop` → `release/1.0.0` → merge into `master` and tag `1.0.0`. The tag is *not* on develop, but develop should be version `1.0.0` now.
8282

83-
We don't envision many people needing to change most of these configuration values, but they are there if you need to.
83+
We don't envision many people needing to change most of these configuration values, but they are there if you need to.

0 commit comments

Comments
 (0)