mirror of https://github.com/aotds/aotds-docks.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
392 B
15 lines
392 B
{ |
|
"scripts": { |
|
"postchangelog": "gotask changelog" |
|
}, |
|
"types": [ |
|
{ "type": "feat", "section": "Features" }, |
|
{ "type": "fix", "section": "Bug Fixes" }, |
|
{ "type": "chore" }, |
|
{ "type": "docs" }, |
|
{ "type": "style", "hidden": false }, |
|
{ "type": "refactor", "hidden": false }, |
|
{ "type": "perf", "hidden": false }, |
|
{ "type": "test", "hidden": false } |
|
] |
|
}
|
|
|