Skip to content

Commit e42f39a

Browse files
authored
Update README.md
1 parent 3977927 commit e42f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ gitVersioning.apply(closureOf<GitVersioningPluginConfig> {
104104
versionFormat = "\${feature}-SNAPSHOT"
105105
})
106106
branch(closureOf<VersionDescription>{
107-
pattern = "pull/.+)"
107+
pattern = "pull/(.+)"
108108
versionFormat = "\${branch}-SNAPSHOT"
109109
})
110110
tag(closureOf<VersionDescription>{

0 commit comments

Comments
 (0)