Skip to content

Commit e7d4cd0

Browse files
authored
chore: Add word boundary on 'version' for semantic-release-replace-plugin (#921)
1 parent 1b6e817 commit e7d4cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins:
77
- replacements:
88
- files:
99
- "./build.gradle"
10-
from: "version = '.*'"
10+
from: "\bversion = '.*'"
1111
to: "version = '${nextRelease.version}'"
1212

1313
- files:

0 commit comments

Comments
 (0)