Package Exports
- version-bump-prompt
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (version-bump-prompt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Version-Bump-Prompt
Automate your release process with a single command
- Bumps the version number of:
package.json
bower.json
component.json
- Creates a GIT tag
- Pushes to GIT
- Optionally prompts for type of version bump
Install
npm install -g version-bump-prompt
Usage
bump [options]
--patch
,--minor
,--major
,--prompt
- Increase version number (or prompt)--no-tags
- Do not create git tag--push
- Push to remote repo
TODO
--files
get list of manifests for update--info
shows latest tag and manifests version
License
Version-Bump-Prompt is a fork of Version-Bump by Alexey Raspopov (c). Both the original project and this fork are licensed under the MIT License