[API] Add repoCreateTag (#16165)

* Add API CreateTag

* Add Test

* API: expose Tag Message
This commit is contained in:
6543
2021-06-17 18:04:10 +02:00
committed by GitHub
parent 19dedc3fa5
commit f7cd394680
7 changed files with 180 additions and 3 deletions

View File

@ -158,4 +158,7 @@ type swaggerParameterBodies struct {
// in:body
PullReviewRequestOptions api.PullReviewRequestOptions
// in:body
CreateTagOption api.CreateTagOption
}