UNPKG
chanlog
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.2
0.0.1
A beautiful tool to make changelog file
chanlog
/
.chanlogrc
11 lines
(9 loc)
•
256 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"types"
:
[
{
"type"
:
"feat"
,
"section"
:
"Features"
}
,
{
"type"
:
"fix"
,
"section"
:
"Bug Fixes"
}
,
{
"type"
:
"test"
,
"section"
:
"Tests"
,
"hidden"
:
true
}
,
{
"type"
:
"build"
,
"section"
:
"Build System"
,
"hidden"
:
true
}
,
{
"type"
:
"ci"
,
"hidden"
:
true
}
]
}