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

website.version been overrieded #228

Open
WanGe2000 opened this issue May 16, 2024 · 3 comments
Open

website.version been overrieded #228

WanGe2000 opened this issue May 16, 2024 · 3 comments

Comments

@WanGe2000
Copy link

No description provided.

@jaywcjlove
Copy link
Owner

@WanGe2000 Testing it seems to have no issues.

@catanswer
Copy link

@jaywcjlove 在src/index.ts代码中:

    if (options.website && pkg.version) {
      options.website.version = pkg.version;
    }

使用nodejs调用时,配置了website.version会被设置成package.json中的version值,导致配置的version未生效

@jaywcjlove
Copy link
Owner

@catanswer prioritize config version over package version

Upgrade v6.0.1

github-actions bot pushed a commit that referenced this issue Nov 13, 2024
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

3 participants