grunt-bump-nexus v0.0.1-2
grunt-bump-nexus - version 0.0.1-2
A grunt plugin to bump the deploy version in your nexus deployment file(s)
##Table of Contents
Getting started
Install this grunt plugin next to your project's Gruntfile.js with:
npm install grunt-bump-nexus --save-devTo remove it:
npm uninstall grunt-bump-nexus --save-devThen add this line to your project's Gruntfile.js:
grunt.loadNpmTasks('grunt-bump-nexus');API
Add something like this in your gruntfile:
bumpnexus : {
options : {
files : [
'test/inc/test_before.txt'
],
backup : true,
project : 'projectx',
version_identifier : 'resource.maven.war.version'
}
},Options
files Required
Type: Array
backup
Type: Boolean
Default: true
project Required
Type : String
version_identifier Required
Type : String
Documentation
The client code is ment to be self documented. Feel free to browse the code.
Development
Getting started
Download and install the module
$ mkdir grunt-bump-nexus
$ cd grunt-bump-nexus
$ git clone git@github.com:phun-ky/grunt-bump-nexus.git .
$ git-flow init
$ npm install
$ gruntAnd happy coding!
Deployment
Run
grunt build-patchThis action will update the bump the package.json version, update the changelog and rebuild the readme.
Then
git commit -am "<commit message>"
..
git push && git push --tagsAnd you're done!
Howto
How to update this readme
If you wish to update this README, edit the relevant .md-files in the docs directory of the webroot and do:
grunt readmeThis will update the README.
Contributing
Found a bug? Have a feature request? Please create an issue.
Code-contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.
If you runt grunt, tests will be run automagically when you save a file. If you want to run tests manually use:
grunt testRelease history
DATE VERSION CHANGES
- 2014-10-07 b14306d Merge branch 'develop'
- 2014-10-07 ceb7494 Updated readme and gruntfile
- 2014-10-07 8c65058 Merge branch 'hotfix/0.0.1-1' into develop
- 2014-10-07 44f6929 Merge branch 'hotfix/0.0.1-1'
- 2014-10-07 a0a989a Fixed bump
- 2014-10-07 0bfea98 Merge branch 'release/0.0.1' into develop
- 2014-10-07 f0235f4 Merge branch 'release/0.0.1'
- 2014-10-07 3eadb8b Initial build before first release
- 2014-10-07 fef335c Added files and tasks
- 2014-10-07 8e1db9d Added bak files
- 2014-10-07 c8f0702 Initial commit
License and Copyright
Copyright (c) 2014 Alexander Vassbotn Røyne-Helgesen, contributors.
Released under the , licenses
README generated 2014-10-07



