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 63a61bd commit 84ed291Copy full SHA for 84ed291
packages/build/src/release.ts
@@ -17,6 +17,7 @@ import { redactConfig } from './redact-config';
17
import Config from './config';
18
import getReleaseVersionFromTag from './get-release-version-from-tag';
19
import { bumpNpmPackages, publishNpmPackages } from './npm-packages';
20
+import writeAnalyticsConfig from './analytics';
21
22
/**
23
* Run the release process.
@@ -93,7 +94,8 @@ export default async function release(
93
94
config,
95
githubRepo,
96
uploadDownloadCenterConfig,
- publishNpmPackages
97
+ publishNpmPackages,
98
+ writeAnalyticsConfig
99
);
100
} else {
101
throw new Error(`Unknown command: ${command}`);
0 commit comments