Open
Description
It would be great if we could specify a file to have the version bumped instead of using package.json
For example: I have an angular app running inside docker. However, to build it we need to install all the dependencies on package.json, the thing is these dependencies doesn't change in every deployment. But because standard-release bump the version of package.json file, docker can not benefit from the cache.
It would be great if instead we could specify a version file, so we could benefit from automatic versioning and also from docker caching.