test(changelog): unit test for misc type
parent
54a97bbaf9
commit
afcee321fa
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -21,3 +21,5 @@
|
|||
- chore(github): release on github
|
||||
|
||||
- chore(gitlab): release on gitlab
|
||||
|
||||
- unleash the dragon
|
Loading…
Reference in New Issue