Skip to content

Commit

Permalink
fix(release): rebuild-republish
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 16, 2018
1 parent cb56d67 commit 4d4b9b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 20 deletions.
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,5 @@
"semantic-release": "^15.6.3",
"semantic-release-monorepo": "^6.0.3",
"semantic-release-monorepo-hooks": "^1.1.2"
},
"release": {
"branch": "master",
"tagFormat": "v${version}",
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
"@semantic-release/npm",
"@semantic-release/github"
]
}
}
5 changes: 5 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# @qiwi/pijma-core

Pijma core: assets, utils, primitives and themes.

## Install
```bash
npm i --save @qiwi/pijma-core
```
2 changes: 1 addition & 1 deletion packages/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pijma desktop ui components.
npm i --save @qiwi/pijma-desktop
```

# Usage
## Usage
```javascript
import {Button} from '@qiwi/pijma-desktop'
```
2 changes: 1 addition & 1 deletion packages/mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pijma mobile ui components.
npm i --save @qiwi/pijma-mobile
```

# Usage
## Usage
```javascript
import {Button} from '@qiwi/pijma-mobile'
```

0 comments on commit 4d4b9b1

Please sign in to comment.