mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 01:40:03 +01:00
chore: 🔧 improve changelog
This commit is contained in:
parent
dffad10bf2
commit
cfbbceb156
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…
Reference in New Issue
Block a user