Open
Description
I stumbled across standard-version and think it's a great project. The support for bumping versions seems limited to those package formats that use json. I'd like to be able to use this cli tool for packages other than node/bower/composer. I think a low barrier to entry would be to use the postBump script and make the new version available to the script either as an argument or environment variable.
My postBump script could read package/bower/manifest.json etc to get the newly bumped version number, but that assumes my project has one of those files. I'd rather not have to add one just for the purposes of using this tool for managing versions of say a .net nuget package.
Metadata
Assignees
Labels
No labels