Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl committed Oct 21, 2024
1 parent 321fedc commit c224cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { initPackageResult, updateChangelogResult, updateNpmPackageResult } from
import { join, normalize, posix, relative } from 'node:path';

import { createOrUpdateCiYaml } from '../../common/ciYamlUtils';
import { generateChangelogAndBumpVersion } from '../../common/changlog/generateChangelog';
import { generateChangelogAndBumpVersion } from '../../common/changlog/automaticGenerateChangeLogAndBumpVersion';
import { generateTypeScriptCodeFromTypeSpec } from './utils/typeSpecUtils';
import { getGeneratedPackageDirectory } from '../../common/utils';
import { getNpmPackageInfo } from '../../common/npmUtils';
Expand Down

0 comments on commit c224cf9

Please sign in to comment.