googleapis / googleapis/release-please-action
Format package.json using another formatter
Open
priority: p3
type: feature request
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 327
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
When a release PR is created, the package.json file is formatted and does not conform to my project's formatter, this makes my CI workflow fail after releasing, which is not so nice
**Describe the solution you'd like**
A hook or something where i can run a command before the commit is created
**Describe alternatives you've considered**
Running a custom job after the release-please step, however this is kind of tedious to set up correctly
**Additional context**
I am using biome as a formatter for my project.
Contributor guide
Assessment
This issue has not been assessed yet.