composer: add script description for more complex custom scripts

This commit is contained in:
Tomas Votruba 2018-09-29 16:10:46 +08:00
parent 5220725145
commit ce8dc5b5ba

View File

@ -105,6 +105,11 @@
"bin/rector-prefixed/publish-to-github.sh"
]
},
"scripts-descriptions": {
"rector-prefixed": "Builds new version of rector/rector-prefixed and pushes it to Github",
"update-docs": "Regenerate descriptions of all Rectors to docs/AllRectorsOverview.md file",
"changelog": "Generates new changelog for new merged PRs into CHANGELOG.md"
},
"bin": ["bin/rector"],
"config": {
"sort-packages": true