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 570be9c commit b38f519Copy full SHA for b38f519
packages/build/src/release.ts
@@ -11,6 +11,7 @@ import publish from './publish';
11
import Config from './config';
12
import getReleaseVersionFromTag from './get-release-version-from-tag';
13
import { bumpNpmPackages, publishNpmPackages } from './npm-packages';
14
+import writeAnalyticsConfig from './analytics';
15
16
/**
17
* Run the release process.
@@ -53,7 +54,8 @@ export default async function release(
53
54
config,
55
githubRepo,
56
uploadDownloadCenterConfig,
- publishNpmPackages
57
+ publishNpmPackages,
58
+ writeAnalyticsConfig
59
);
60
} else {
61
throw new Error(`Unknown command: ${command}`);
0 commit comments