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

[Release][Core] Increase version to 2.6.4 #1604

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Jul 6, 2021

No description provided.

@@ -232,7 +232,7 @@ function shouldProcess(name) {
return false;
}

if (name.indexOf("-react")) {
if (name.indexOf("-react") !== -1) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor fix for automatic version update script

@@ -321,7 +321,7 @@ function updateVersion(src, orgVersion, newVersion) {
}

const setPackageJsonRelease = () => {
const files = globby.sync("./**/package.json");
const files = globby.sync(["./**/package.json", "!**/node_modules/**"]);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance improvement for automatic version update script, tells it to ignore node_modules which makes it a LOT faster.

@MSNev MSNev merged commit 7e5282f into master Jul 7, 2021
@MSNev MSNev deleted the MSNev/PrepareRelease branch July 8, 2021 18:48
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 this pull request may close these issues.

2 participants