Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate package.json versioning as part of build (#10)
The package.json's version field is now 0.0.0. Installing branch-manager from the build folder will now always tell you that you're running 0.0.0. The version has to be parseable by node-semver so it can't be something be readable like "develop". On builds triggered by a tags that match [0-9]+\.[0-9]+\.[0-9]+, the version is automatically updated in the build/package.json to reflect the tag.
- Loading branch information