Add bumped changelog support

old
Kiko Beats 2016-08-24 09:51:21 +02:00
parent abf91d3d24
commit 7468d31935
No known key found for this signature in database
GPG Key ID: 8FA93B22CCF04B96
3 changed files with 1565 additions and 37 deletions

View File

@ -4,6 +4,7 @@ files: [
plugins:
prerelease:
'Linting config files':
plugin: 'bumped-finepack'
@ -15,14 +16,22 @@ plugins:
plugin: 'bumped-terminal'
command: 'npm run prepublish'
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
postrelease:
'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add package.json && git commit package.json -m "$newVersion release" && git push origin master'
command: 'git add CHANGELOG.md package.json && git commit package.json -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 origin $newVersion'
command: 'git tag $newVersion && git push && git push --tags'
'Publishing at NPM':
plugin: 'bumped-terminal'

File diff suppressed because it is too large Load Diff

View File

@ -61,6 +61,7 @@
"expect": "~1.20.1",
"express": "~4.13.4",
"extract-text-webpack-plugin": "~1.0.1",
"git-dirty": "~1.0.2",
"glob": "~7.0.3",
"karma": "~1.1.2",
"karma-chrome-launcher": "~1.0.1",
@ -76,9 +77,9 @@
"phantomjs-prebuilt": "~2.1.7",
"postcss-loader": "~0.9.1",
"react": "~15.3.0",
"react-addons-update": "~15.3.0",
"react-addons-test-utils": "~15.3.0",
"react-addons-css-transition-group": "~15.3.0",
"react-addons-test-utils": "~15.3.0",
"react-addons-update": "~15.3.0",
"react-docgen": "~2.8.2",
"react-dom": "~15.3.0",
"react-transform-catch-errors": "~1.0.2",