Skip to content

Commit

Permalink
Add bumpedrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 27, 2016
1 parent b44dcc4 commit 9adc934
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .bumpedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
files: [
'package.json'
]

plugins:

prerelease:

'Linting config files':
plugin: 'bumped-finepack'

postrelease:

'Compiling browser version':
plugin: 'bumped-terminal'
command: 'gulp'

'Generating CHANGELOG file':
plugin: 'bumped-changelog'

'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'

'Detecting problem before publish':
plugin: 'bumped-terminal'
command: 'git-dirty'

'Publishing tag at GitHub':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push && git push --tags'

'Publishing at GitHub Pages':
plugin: 'bumped-gh-pages'
folder: '_docpress'

0 comments on commit 9adc934

Please sign in to comment.