-
Notifications
You must be signed in to change notification settings - Fork 9
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
- Loading branch information
Showing
4 changed files
with
57 additions
and
2 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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