Create tag on ui (#13467)

Support create single tag directly

support create tag with message from create release ui

Signed-off-by: a1012112796 <[email protected]>
Co-authored-by: Lauris BH <[email protected]>
Co-authored-by: 6543 <[email protected]>
Co-authored-by: zeripath <[email protected]>
This commit is contained in:
a1012112796
2021-02-28 19:57:45 +00:00
committed by GitHub
co-authored by Lauris BH 6543 zeripath
parent 3e652860bb
commit 83cf1a894e
13 changed files with 149 additions and 29 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func TestRepository_GetTag(t *testing.T) {
aTagCommitID := "8006ff9adbf0cb94da7dad9e537e53817f9fa5c0"
aTagName := "annotatedTag"
aTagMessage := "my annotated message"
aTagMessage := "my annotated message \n - test two line"
bareRepo1.CreateAnnotatedTag(aTagName, aTagMessage, aTagCommitID)
aTagID, _ := bareRepo1.GetTagID(aTagName)