File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ files: [
2
+ "package.json"
3
+ ]
4
+ plugins:
5
+ prerelease:
6
+ 'Linting config files':
7
+ plugin: 'bumped-finepack'
8
+
9
+ 'Linting projects files':
10
+ plugin: 'bumped-terminal'
11
+ command: 'npm run lint'
12
+
13
+ 'Preparing build':
14
+ plugin: 'bumped-terminal'
15
+ command: 'npm run prepublish'
16
+
17
+ postrelease:
18
+ 'Commiting new version':
19
+ plugin: 'bumped-terminal'
20
+ command: 'git add package.json && git commit package.json -m "$newVersion release" && git push origin master'
21
+
22
+ 'Publishing tag at Github':
23
+ plugin: 'bumped-terminal'
24
+ command: 'git tag $newVersion && git push origin $newVersion'
25
+
26
+ 'Publishing at NPM':
27
+ plugin: 'bumped-terminal'
28
+ command: 'npm publish'
Original file line number Diff line number Diff line change 16
16
},
17
17
"bugs" : {
18
18
"url" : " https://github.com/javivelasco/react-css-themr/issues"
19
- }
19
+ },
20
20
"homepage" : " https://github.com/javivelasco/react-css-themr#readme" ,
21
21
"author" :
" Javi Velasco <[email protected] > (http://javivelasco.com/)" ,
22
22
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments