UNPKG

248 BPlain TextView Raw
1files: [
2 "package.json"
3]
4plugins:
5 postrelease:
6 'Generating CHANGELOG file':
7 plugin: 'bumped-changelog'
8
9 'Commit the new version':
10 plugin: 'bumped-terminal'
11 command: 'git add . && git commit -m "$newVersion releases"'