-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
website.version been overrieded #228
Comments
@WanGe2000 Testing it seems to have no issues. |
@jaywcjlove 在src/index.ts代码中: if (options.website && pkg.version) {
options.website.version = pkg.version;
} 使用nodejs调用时,配置了website.version会被设置成package.json中的version值,导致配置的version未生效 |
jaywcjlove
added a commit
that referenced
this issue
Nov 13, 2024
@catanswer prioritize config version over package version Upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: