-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When using this plugin to automatically bump the package.json
version it completely rewrites the file if it wasn't already indented with 4 spaces. This is probably unwanted behavior, because it leads to extra changes in the diff of release commits. Additionally, it caused the linting stage of my repository to fail because the package.json
was incorrectly formatted after it was updated by an automated release pipeline.
Instead, it would be much better if this plugin only changes the line in the package.json
containing the actual version, and leave the rest of the file untouched.
Metadata
Metadata
Assignees
Labels
No labels