Skip to content

Commit b7b9ff1

Browse files
authored
fix: update regexp pattern for mirror version plugin (#101)
1 parent bc20c45 commit b7b9ff1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
[
1111
"semantic-release-mirror-version",
1212
{
13-
"fileGlob": "./dist/**/*.js"
13+
"fileGlob": "./dist/**/*.js",
14+
"placeholderRegExp": "0\\.0\\.0-automated"
1415
}
1516
],
1617
"@semantic-release/npm",

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ export const CONNECTION_CLOSED_CODE_WEBRTC_FAILURE =
1717

1818
export const CLIENT_METADATA = {
1919
client: 'js-sdk',
20-
version: '0.0.0-development',
20+
version: '0.0.0-automated',
2121
};

0 commit comments

Comments
 (0)