googleapis / googleapis/release-please
Json parser reorders the keys
Open
priority: p3
type: bug
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
#### Environment details
- OS: Ububtu
- Node.js version: 24
- npm version:
- `release-please` version:5 on release-please-action
#### Steps to reproduce
1. Configure extra files as
"extra-files": [
{
"type": "json",
"path": "openapi.json",
"jsonpath": "$.info.version"
}
]
2. On openapi.json have an object with numeric keys that are not ordered.
3. Release please will change the order
4. If there is a number 0.0 it will be changed to 0.
Contributor guide
Assessment
This issue has not been assessed yet.