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