Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pro-components 的 version 信息和实际安装的不符合 #8967

Open
Wxh16144 opened this issue Jan 10, 2025 · 0 comments
Open

pro-components 的 version 信息和实际安装的不符合 #8967

Wxh16144 opened this issue Jan 10, 2025 · 0 comments

Comments

@Wxh16144
Copy link
Member

image

version 信息和实际版本不符合,永远是上一次的版本。

if (!args.skipBuild) {
logStep('build');
await exec('npm', ['run', 'build']);
} else {
logStep('build is skipped, since args.skipBuild is supplied');
}
// Bump version
// Commit
// Git Tag
// Push
logStep('bump version with lerna version');
看起来 build 在 bump version 之前导致的,不知道是不是故意这样设计的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant