update types descriptions

This commit is contained in:
Paul Sealock 2021-11-16 11:36:45 +13:00
parent c91dda177d
commit 14a7614f61
1 changed files with 10 additions and 10 deletions

View File

@ -39,7 +39,7 @@
"sort-packages": true,
"platform": {
"php": "7.0.33"
}
}
},
"autoload": {
"exclude-from-classmap": [
@ -122,15 +122,15 @@
"formatter": {
"filename": "../../tools/changelogger/PluginFormatter.php"
},
"types": [
"Fix",
"Add",
"Update",
"Dev",
"Tweak",
"Performance",
"Enhancement"
],
"types": {
"fix": "Fixes an existing bug",
"add": "Adds functionality",
"update": "Update existing functionality",
"dev": "Development related task",
"tweak": "A minor adjustment to the codebase",
"performance": "Address performance issues",
"enhancement": "Improve existing functionality"
},
"versioning": "wordpress",
"changelog": "NEXT_CHANGELOG.md"
}