-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ci: update trybot workflow to also do releases
We plan to do releases as part of CI/CD for the VSCode extension. That will be triggered by tagging the repository with a semantic version string, e.g. 'v0.0.5'. This version must correspond to the declared version of the extension in extension.cue. This CL extends the trybot workflow to perform such a release on the event of a 'v*' tag. It includes a CUE workflow command that performs the check to ensure the tag on the repo matches the declared version (noting that the declared version is only semver-like). We set the VSCODE_PAT env var based on the cueckoo credentials establish for the purpose of publishing. Signed-off-by: Paul Jolly <[email protected]> Change-Id: I1cf4993017a67769f970bd7d727c4f23e69a6077 Dispatch-Trailer: {"type":"trybot","CL":1204445,"patchset":20,"ref":"refs/changes/45/1204445/20","targetBranch":"master"}
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters