docpress
Version:
Documentation website generator
28 lines (19 loc) • 569 B
Plain Text
files: [
'package.json'
]
plugins:
prerelease:
'Linting config files':
plugin: 'bumped-finepack'
postrelease:
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
'Publishing tag at GitHub':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push && git push --tags'
'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'