UNPKG

342 BPlain TextView Raw
1files: [
2 "package.json"
3 "bower.json"
4]
5plugins:
6
7 pretrelease:
8
9 'Linting config files':
10 plugin: 'bumped-finepack'
11
12 postrelease:
13
14 'Generating CHANGELOG file':
15 plugin: 'bumped-changelog'
16
17 'Commit the new version':
18 plugin: 'bumped-terminal'
19 command: 'git add . && git commit -m "$newVersion releases"'