ReleaseReason enum
Fields
| None = 0 | Indicates the release triggered reason not set. |
| Manual = 1 | Indicates the release triggered manually. |
| ContinuousIntegration = 2 | Indicates the release triggered by continuous integration. |
| Schedule = 3 | Indicates the release triggered by schedule. |
| PullRequest = 4 | Indicates the release triggered by PullRequest. |