0.0.1 • Published 12 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-devAdd this line to your project's Gruntfile.js:
grunt.loadNpmTasks('grunt-versionhistory');Usage
To add the current version to the version history:
$ grunt versionhistoryConfiguration
This shows all the available config options with their default values.
add_version: {
options: {
packageFile: 'package.json'
}
}0.0.1
12 years ago