forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
939 stars 397 forks source link

chore: needs approval before build beta #5643

Closed mingxuanzhangsfdx closed 2 weeks ago

mingxuanzhangsfdx commented 2 weeks ago

What does this PR do?

Allow an async manual check before building extensions in the beta release branch.

What issues does this PR fix or reference?

@W-16002826@

Functionality Before

The building process is completely automated, which does not allow manual check. This might cause errors due to incompatible versions of dependencies.

Functionality After

Developer can do updates manually if necessary before building beta extensions.