Skip to content

Commit

Permalink
Restore incorrectly removed opening parenthesis (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc authored Mar 7, 2022
1 parent 5e61fec commit 05b15de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test {

scmVersion {
hooks {
pre 'fileUpdate', [file: 'README.md', pattern: {v, p -> /<version>)\d+\.\d+\.\d+(-s[23]<\/version>)/}, replacement: {v, p -> "\$1$v\$2"}]
pre 'fileUpdate', [file: 'README.md', pattern: {v, p -> /(<version>)\d+\.\d+\.\d+(-s[23]<\/version>)/}, replacement: {v, p -> "\$1$v\$2"}]
pre 'fileUpdate', [file: 'README.md', pattern: {v, p -> /(selenium-foundation:)\d+\.\d+\.\d+(-s[23])/}, replacement: {v, p -> "\$1$v\$2"}]
pre 'commit'
post 'push'
Expand Down

0 comments on commit 05b15de

Please sign in to comment.