0.0.1 • Published 11 years ago
grunt-versionhistory v0.0.1
grunt-versionhistory
Save latest version history in package.json
Installation
Install npm package, next to your project's Gruntfile.js
file:
npm install https://github.com/tjeffree/grunt-versionhistory --save-dev
Add this line to your project's Gruntfile.js
:
grunt.loadNpmTasks('grunt-versionhistory');
Usage
To add the current version to the version history:
$ grunt versionhistory
Configuration
This shows all the available config options with their default values.
add_version: {
options: {
packageFile: 'package.json'
}
}
0.0.1
11 years ago