@@ -21,10 +21,11 @@ final class ProjectSourceVersion
21
21
* The source version for the corresponding source identifier. If specified, must be one of:
22
22
*
23
23
* - For CodeCommit: the commit ID, branch, or Git tag to use.
24
- * - For GitHub or GitLab : the commit ID, pull request ID, branch name, or tag name that corresponds to the version of
25
- * the source code you want to build. If a pull request ID is specified, it must use the format `pr/pull-request-ID`
26
- * (for example, `pr/25`). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the
24
+ * - For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source
25
+ * code you want to build. If a pull request ID is specified, it must use the format `pr/pull-request-ID` (for
26
+ * example, `pr/25`). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the
27
27
* default branch's HEAD commit ID is used.
28
+ * - For GitLab: the commit ID, branch, or Git tag to use.
28
29
* - For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want
29
30
* to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default
30
31
* branch's HEAD commit ID is used.
0 commit comments