Skip to content

Commit 1ed91e2

Browse files
committed
ci(workflows): added automatic upgrade function for external test packages
1 parent 3124f87 commit 1ed91e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/cli/src/commands/release/releaseAlpha.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const excludeFiles = ['.png', '.gif', '.jpeg', '.jpg', '.ttf', 'node_modules']
88

99
/**
1010
* @param {string} packageName 包名
11-
* @param {string} packageName 包名
11+
* @param {string} version 原始版本号
1212
* @returns {string} 自动升级patch版本后的版本号
1313
*/
1414
const getPatchVersion = (packageName: string, version: string): string => {

0 commit comments

Comments
 (0)