You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for open-sourcing this project. It is very useful to me.
Would it be possible to add support for updating package.json files? Using markers does not work, because comments are invalid in JSON and the v prefix needs to be removed from the version.
The text was updated successfully, but these errors were encountered:
Sounds like a good feature. The comments are quite limited, but all that I needed to get it working in the majority of my current active projects.
I already tried to make the "updaters" pluggable, so all it would need is a new updater and some way for the user to configure it. Could even start with a hardcoded /package.json. Here is how release-please makes this configurable.
For now I am still working on the features that I personally need, so I will not get to this soon.
Hey there,
thank you for open-sourcing this project. It is very useful to me.
Would it be possible to add support for updating package.json files? Using markers does not work, because comments are invalid in JSON and the v prefix needs to be removed from the version.
The text was updated successfully, but these errors were encountered: