module.exports = { developmentBranch: 'master', plugins: [ 'bump-package-json', 'generate-changelog', function() { require('child_process').execSync(`npm run build`); } ] };