1.0.15 • Published 7 years ago

gulp-increment-version v1.0.15

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Usage

var increment = require('gulp-increment-version');

gulp.task('increment-version', increment.task);

What it does

  1. Increment version in package.json
  2. Increment tag in .drone.yml
  3. Increment git tag and push it to origin

Configuration

increment.config({

    'type': patch | minor | major | prerelease (default = patch),

    'use-v-prefix': true | false (default = true),

    'push-tag': true | false (default = true),

    'wait-before-push': <time before pushing tag / ms> (default = 1000)

});

TODO 1. Automatise the distribution flow entirely: - Discard all changes? (app.constant.js etc?) or Stash all changes! - Stage everything and commit - Check out dev - Push local dev to remote dev - Merge dev into master - Push local master to remote master

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago