Skip to content

Commit 84710e9

Browse files
committed
Add bumped 🐀
1 parent 974914f commit 84710e9

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Diff for: .bumpedrc

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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'

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"bugs": {
1818
"url": "https://github.com/javivelasco/react-css-themr/issues"
19-
}
19+
},
2020
"homepage": "https://github.com/javivelasco/react-css-themr#readme",
2121
"author": "Javi Velasco <[email protected]> (http://javivelasco.com/)",
2222
"license": "MIT",

0 commit comments

Comments
 (0)