1.0.15 • Published 5 years ago

gulp-increment-version v1.0.15

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago