/semantic-release-gitflow

semantic release for gitflow

Primary LanguageJavaScriptMIT LicenseMIT

semantic-release-gitflow

Semantic release for gitflow

package version will be updated automatically based on recommendation of conventional changelog

##INSTALLATION

npm install gitawego/semantic-release-gitflow --save-dev 

##HOWTO

var semRelease = require('semantic-release-gitflow');
semRelease.release({
    path:'directory/of/project', //optional
    bump:{}, //optional,
    changelog:{} //optional
},callback);

##IMPORTANT

  • in package.json, repository must be defined