We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc20c45 commit b7b9ff1Copy full SHA for b7b9ff1
.releaserc.json
@@ -10,7 +10,8 @@
10
[
11
"semantic-release-mirror-version",
12
{
13
- "fileGlob": "./dist/**/*.js"
+ "fileGlob": "./dist/**/*.js",
14
+ "placeholderRegExp": "0\\.0\\.0-automated"
15
}
16
],
17
"@semantic-release/npm",
src/lib/constants.ts
@@ -17,5 +17,5 @@ export const CONNECTION_CLOSED_CODE_WEBRTC_FAILURE =
18
export const CLIENT_METADATA = {
19
client: 'js-sdk',
20
- version: '0.0.0-development',
+ version: '0.0.0-automated',
21
};
0 commit comments