forcedotcom / salesforcedx-vscode

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

Chore: implement the workflow to publish beta release for core-bundle #5603

Closed mingxuanzhangsfdx closed 1 month ago

mingxuanzhangsfdx commented 1 month ago

What does this PR do?

Implement the workflow to publish beta release for core-bundle. The workflow first changes the codebase from the core reference to the core-bundle reference, cuts the release branch from main, and then runs buildAndTest workflow.

If build is successful and unit tests pass, it will trigger the e2e tests against the build.

Then a reviewer is required to publish the beta release to Github, after the reviewer checks the test results and potential smoke testing.

The beta release will be available only in Github release.

Also fixes a typo in e2e test.

What issues does this PR fix or reference?

@W-15635226@

Functionality Before

No such a workflow.

Functionality After

One can trigger the beta release workflow from GHA.

diyer commented 1 month ago

A lot of the workflows are missing comments on what these workflows do. Is there any specific reason for that? For e.g. the information in the PR comments help understand what this particular workflow does. Cant they be added as comments to the yml file?