files:
  - package.json
plugins:
  prerelease:
    Linting config files:
      plugin: bumped-finepack
  postrelease:
    Building:
      plugin: bumped-terminal
      command: 'NODE_ENV=production gulp'
    Generating CHANGELOG file:
      plugin: bumped-changelog
    Committing new version:
      plugin: bumped-terminal
      command: 'git add --all && git commit -m "Release $newVersion"'
    Publishing tag to GitHub:
      plugin: bumped-terminal
      command: 'git tag $newVersion && git push origin master && git push --tags'
    Publishing to NPM:
      plugin: bumped-terminal
      command: npm publish
