Commit 8a590db 1 parent 850fac1 commit 8a590db Copy full SHA for 8a590db
File tree 3 files changed +15
-14
lines changed
3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
notifications :
3
3
email : false
4
- after_success : npm run report-coverage
4
+ branches :
5
+ except :
6
+ - " /^v\\ d+\\ .\\ d+\\ .\\ d+$/"
7
+ after_success :
8
+ - npm run report-coverage
9
+ - npm run semantic-release
5
10
before_deploy :
6
11
- npm run build-storybook
7
12
- git config --global user.name "$GIT_NAME"
@@ -10,13 +15,6 @@ deploy:
10
15
- skip_cleanup : true
11
16
provider : script
12
17
script : npm run deploy
13
- - provider : npm
14
-
15
- on :
16
- tags : true
17
- repo : travi/admin.travi.org-components
18
- api_key :
19
- secure : IGXm3VTSwG1uowt8X/eAgORQ8vkYd0RmkpxqLSWIziJC23yW+st1Atab80gKkqS/bLsIhtgC+x082IE4RtVtLWrd/JNSPZLE8Kn45KcYKPWgueQGwB4P4f8J+WeYma/G81GGAZLBD24+z4KuAcxPtkFQ877ZZBIoONdVqb6Eo1mlcMohOZTuYGXazMxICFWLeZVk+fHeMQGKR0/Y/h6oz57b7Z1mprY3iO72/+H3CSFeBJzFVl6sCnzqfidXfWhgXAPsORaUjomQIzcCLvkr1Xfy9uKdfK+B8IMEDNHh4d6RlbCq/r9PGHvx30puOFDaJrLK7AFBbp3aQQZoGv69ZavdOemXp+/4H5yGSqQIyGMXBr7QscNaYk/4e/8EltqDUVRGEErqbBSuLTIhK7ZLQvRFC+Byy+nN4ihUulJU7IOQVo2ThoSUqe0Le4d3JCuyxAbIkH8/SwZbMcF2DRz4FefQpPZ8+hrgNOsgq7u2xAl1zv1d4vyWnyatMJcY2f1LqjiEhi/o3UI73h7sC5FO0A571yDcv4tSJIexCYWJK9f9WS34NheljX2mXt9a5viCPOqA7/8L/c1tTohuFd0F7OKGyHHTJJYssHIMWGf1xtnUUWiozHhu1PZbapOrZkaD77bSJreFM363QmaYSoQKwTm+Y+uUXjHWctWa+a/vDQw=
20
18
env :
21
19
global :
22
20
- secure : FNvLzmIyC69nE8URXRtzfZyWMu798b4wXhkNn2q4PDyWwYgXjA3jD6uOjlUDF2Cf2tRhbxwFaed0IstlzPX3UhoJO0p9Z1GNh1COAQGrMoMXOPPnvuhvCzOeYsPIC6r/8Lt6w/m7YwQ3qYcEfy9/bzf8LKrLNTGpB5/HnmQCfsvRbQC97UL7JoX8BbPuFqyqtGNLDMFgVz2d9Z/OscJ6uUy/caK8Rj2NAh7GfNU1NV2LmZ4Z6Sy9RCqb+aCwaFQi/BkqLPrFOsXLTY18xYio3c33FjpgZvc+XGaaLMWj2Sd8jFEspcLkXBAKjrufzPNc+9V9ogGEuxEccgI2tQiM1TUs0+ng21zqlMk+e9Zo1d9aE+wKXMkIbevf35G/428vnjZJW9gJPtBoSuZdJziTZTTdJASn4wiZtxEuAYYHKKPhXlBob1GhvrQp3EJItpp5kI/l0EQEan5tWoh0y19z19RCCatYLMoZ6hPRNG5arWmOhmeNAJZ6AtsNJypcPP6KWvXfI7rfQGv7gUBWUgkLR0eC3FjCxxUgkHz1dumc5xZlVcgyjpbgDceNIoseznqdtnuGwUYIK4b5X8htoK9uG/EVbUhhCdAraAJFcZnuMWzqCoInP62z6l3GBTByX5bci4+Sje08v7XKru6nftFTBwXMJt4ioCl/jfNYIW0G9jM=
Original file line number Diff line number Diff line change 1
1
# React components for < https://admin.travi.org >
2
2
3
+ [ ![ npm] ( https://img.shields.io/npm/v/@travi/admin.travi.org-components.svg?maxAge=2592000 )] ( https://www.npmjs.com/package/@travi/admin.travi.org-components )
4
+ [ ![ license] ( https://img.shields.io/github/license/travi/admin.travi.org-components.svg )] ( LICENSE )
5
+
3
6
[ ![ Build Status] ( https://img.shields.io/travis/travi/admin.travi.org-components.svg?style=flat )] ( https://travis-ci.org/travi/admin.travi.org-components )
4
7
[ ![ Coverage Status] ( http://img.shields.io/coveralls/travi/admin.travi.org-components.svg?style=flat )] ( https://coveralls.io/r/travi/admin.travi.org-components?branch=master )
5
8
[ ![ bitHound Overall Score] ( https://www.bithound.io/github/travi/admin.travi.org-components/badges/score.svg )] ( https://www.bithound.io/github/travi/admin.travi.org-components )
6
9
[ ![ bitHound] ( https://img.shields.io/bithound/dependencies/github/travi/admin.travi.org-components.svg?maxAge=2592000 )] ( https://www.bithound.io/github/travi/admin.travi.org-components )
7
10
8
- [ ![ npm] ( https://img.shields.io/npm/v/@travi/admin.travi.org-components.svg?maxAge=2592000 )] ( https://www.npmjs.com/package/@travi/admin.travi.org-components )
9
- [ ![ license] ( https://img.shields.io/github/license/travi/admin.travi.org-components.svg )] ( LICENSE )
10
11
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
12
+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
11
13
12
14
## Install
13
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @travi/admin.travi.org-components" ,
3
- "version" : " 1 .0.0-beta.1 " ,
3
+ "version" : " 0 .0.0-semantically-released " ,
4
4
"description" : " React components for https://admin.travi.org" ,
5
5
"scripts" : {
6
6
"clean" : " rimraf dist/ lib/" ,
22
22
"prepublish" : " run-s build" ,
23
23
"postpublish" : " greenkeeper-postpublish" ,
24
24
"precommit" : " npm test" ,
25
- "commitmsg" : " validate-commit-msg"
25
+ "commitmsg" : " validate-commit-msg" ,
26
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
26
27
},
27
28
"publishConfig" : {
28
- "access" : " public" ,
29
- "tag" : " beta"
29
+ "access" : " public"
30
30
},
31
31
"repository" : {
32
32
"type" : " git" ,
87
87
"rollup-plugin-babel" : " 2.7.1" ,
88
88
"sass-lint" : " 1.10.2" ,
89
89
"sass-loader" : " 6.0.3" ,
90
+ "semantic-release" : " 6.3.2" ,
90
91
"skin-deep" : " 1.0.0-alpha2" ,
91
92
"storybook-addon-specifications" : " 1.0.16" ,
92
93
"style-loader" : " 0.13.2" ,
You can’t perform that action at this time.
0 commit comments