composer require --dev marcocesarato/php-conventional-changelog --no-update
“marcocesarato/php-conventional-changelog”: “^1.17”
在小皮环境没问题,在docker+swoole环境下报错
"scripts": {
"changelog": "conventional-changelog",
"release": "conventional-changelog --commit",
"release:patch": "conventional-changelog --patch --commit",
"release:minor": "conventional-changelog --minor --commit",
"release:major": "conventional-changelog --major --commit"
}