chore: include refactor/revert in changelog

This commit is contained in:
Jan De Dobbeleer 2020-12-26 14:41:30 +01:00
parent 973d7e6369
commit f0fd885d95
2 changed files with 49 additions and 0 deletions

View file

@ -31,6 +31,7 @@ jobs:
output-file: "false"
skip-commit: "true"
skip-on-empty: "true"
config-file-path: ".versionrc.json"
- name: Create Github Release
id: create_release
uses: actions/create-release@v1

48
.versionrc.json Normal file
View file

@ -0,0 +1,48 @@
{
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Refactor"
},
{
"type": "revert",
"section": "Refactor"
},
{
"type": "chore",
"hidden": true
},
{
"type": "ci",
"hidden": true
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "themes",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
}