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",
|
RawHeader: "chore(gitlab): release on gitlab",
|
||||||
Type: convention.ChoreType,
|
Type: convention.ChoreType,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
RawHeader: "unleash the dragon",
|
||||||
|
Type: convention.MiscType,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,4 +20,6 @@
|
||||||
|
|
||||||
- chore(github): release on github
|
- chore(github): release on github
|
||||||
|
|
||||||
- chore(gitlab): release on gitlab
|
- chore(gitlab): release on gitlab
|
||||||
|
|
||||||
|
- unleash the dragon
|
Loading…
Reference in New Issue