Files
rrweb/.release-it.json
Yun Feng f878cc032d CI: add a prettier GitHub action to format code automatically (#988)
* 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>
2026-04-01 12:00:00 +08:00

16 lines
208 B
JSON

{
"hooks": {},
"git": {
"commit": false,
"tag": false,
"push": false
},
"npm": {
"publish": false
},
"github": {
"release": true,
"releaseName": "Release ${version}"
}
}