test(changelog): unit test for misc type

main
Tran Hau 2021-01-12 01:33:32 +07:00
parent 54a97bbaf9
commit afcee321fa
2 changed files with 7 additions and 1 deletions

View File

@ -68,6 +68,10 @@ func TestMarkdownGeneratorGenerate(t *testing.T) {
RawHeader: "chore(gitlab): release on gitlab",
Type: convention.ChoreType,
},
{
RawHeader: "unleash the dragon",
Type: convention.MiscType,
},
},
},
}

View File

@ -21,3 +21,5 @@
- chore(github): release on github
- chore(gitlab): release on gitlab
- unleash the dragon