mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-20 13:34:30 +01:00
chore: 🔧 improve changelog
This commit is contained in:
parent
dffad10bf2
commit
cfbbceb156
2 changed files with 15 additions and 16 deletions
16
.versionrc
16
.versionrc
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"section": "Improvements"
|
||||
}
|
||||
]
|
||||
}
|
15
.versionrc.js
Normal file
15
.versionrc.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
module.exports = {
|
||||
types: [
|
||||
{ type: 'feat', section: 'Features', hidden: false },
|
||||
{ type: 'chore', section: 'Improvements', hidden: false },
|
||||
{ type: 'fix', section: 'Bug Fixes', hidden: false },
|
||||
{ type: 'refactor', section: 'Refactoring', hidden: false },
|
||||
{ type: 'perf', section: 'Performance', hidden: false },
|
||||
{ type: 'revert', section: 'Reverts', hidden: false },
|
||||
{ type: 'docs', section: 'Docs', hidden: false },
|
||||
{ type: 'style', section: 'Styling', hidden: false },
|
||||
{ type: 'test', section: 'Tests', hidden: false },
|
||||
{ type: 'build', section: 'Build', hidden: false },
|
||||
{ type: 'ci', section: 'CI', hidden: false },
|
||||
],
|
||||
};
|
Loading…
Add table
Reference in a new issue