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

Ignorer les versions qui commencent par "workspace" #18

Closed
Vahor opened this issue Nov 1, 2023 · 0 comments · Fixed by #19
Closed

Ignorer les versions qui commencent par "workspace" #18

Vahor opened this issue Nov 1, 2023 · 0 comments · Fixed by #19
Assignees

Comments

@Vahor
Copy link
Member

Vahor commented Nov 1, 2023

for (const packageName of Object.keys(dependencies)) {
if (packageName.startsWith('@pedaki')) {
dependencies[packageName] = newVersion;
}
}
return dependencies;

@Vahor Vahor self-assigned this Nov 1, 2023
@Vahor Vahor closed this as completed in #19 Nov 1, 2023
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

Successfully merging a pull request may close this issue.

1 participant