add changelogger and changelog entry

This commit is contained in:
Paul Sealock 2022-04-21 11:39:41 +12:00
parent dab7e60971
commit 1be4162466
4 changed files with 957 additions and 13 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Standardize build scripts and create a build:zip script

View File

@ -11,7 +11,8 @@
},
"require-dev": {
"phpunit/phpunit": "6.5.14",
"woocommerce/woocommerce-sniffs": "^0.1.2"
"woocommerce/woocommerce-sniffs": "^0.1.2",
"automattic/jetpack-changelogger": "3.0.2"
},
"scripts": {
"test": [
@ -32,7 +33,23 @@
"test": "Run unit tests",
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
}
},
"changelogger": {
"formatter": {
"filename": "../../tools/changelogger/PluginFormatter.php"
},
"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"
}
},
"config": {
"allow-plugins": {

File diff suppressed because it is too large Load Diff