forked from roylee0704/react-flexbox-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bumpedrc
More file actions
32 lines (23 loc) · 717 Bytes
/
.bumpedrc
File metadata and controls
32 lines (23 loc) · 717 Bytes
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'
]
plugins:
prerelease:
'Linting config files':
plugin: 'bumped-finepack'
'Lint-ing project files':
plugin: 'bumped-terminal'
command: 'npm run lint'
'Preparing build':
plugin: 'bumped-terminal'
command: 'npm run prepublish'
postrelease:
'Committing new version':
plugin: 'bumped-terminal'
command: 'git add package.json && git commit package.json -m "v$newVersion release" && git push origin master'
'Publishing tag at Github':
plugin: 'bumped-terminal'
command: 'git tag v$newVersion && git push origin v$newVersion'
'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'