* CI: add a prettier GitHub action to format code automatically * improve GitHub Action config and format some files * Apply formatting changes * CI: make the prettier action a standalone action * Apply formatting changes * CI: add push as new trigger event Co-authored-by: Mark-Fenng <Mark-Fenng@users.noreply.github.com>
16 lines
208 B
JSON
16 lines
208 B
JSON
{
|
|
"hooks": {},
|
|
"git": {
|
|
"commit": false,
|
|
"tag": false,
|
|
"push": false
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"releaseName": "Release ${version}"
|
|
}
|
|
}
|