forked from Kikobeats/uno-zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bumpedrc
32 lines (23 loc) · 760 Bytes
/
.bumpedrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
files: [
'package.json'
'bower.json'
]
plugins:
prerelease:
'Linting config files':
plugin: 'bumped-finepack'
postrelease:
'Compiling browser version':
plugin: 'bumped-terminal'
command: 'gulp build'
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md bower.json package.json assets/css/uno-zen.css assets/js/uno-zen.js && git commit -m "$newVersion releases" && git push origin master'
'Publishing tag at Github':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push origin $newVersion'
'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'