@contentpilot/gulp-bump
v1.0.13
Published
Searches files for version numbers and bumps depending on argument.
Downloads
22
Readme
Content Pilot Gulp Bump
Searches files for version numbers and bumps depending on argument.
Installation
npm install @contentpilot/gulp-bump --save-dev
Require in gulpfile.js
require( '@contentpilot/gulp-bump' );
Commands
Major
gulp bump --major
Minor
gulp bump --minor
Patch
gulp bump --patch
Publish to NPM
To update this repository on NPM using the GitHub action,
- Bump the version number in
package.json
- Commit with message pattern of
Release x.x.x
- Push to
master
branch toorigin