Skip to content

Commit

Permalink
feat: tech release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 3, 2019
1 parent 06f4657 commit 828a82d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
script:
- yarn test
- stage: release
node_js: "12"
node_js:
- "12"
script: skip # Skip running "yarn test" again
deploy:
provider: script
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# multi-semantic-release: hacky semantic-release for monorepos
# multi-semantic-release
hacky [semantic-release](https://github.com/semantic-release/semantic-release) for monorepos

[![Travis CI](https://travis-ci.com/dhoulb/multi-semantic-release.svg?branch=master)](https://travis-ci.com/dhoulb/multi-semantic-release)
[![Travis CI](https://travis-ci.com/qiwi/multi-semantic-release.svg?branch=master)](https://travis-ci.com/qiwi/multi-semantic-release)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat)](https://github.com/semantic-release/semantic-release)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![npm](https://img.shields.io/npm/dm/multi-semantic-release.svg)](https://www.npmjs.com/package/multi-semantic-release)
[![Maintainability](https://api.codeclimate.com/v1/badges/c6ee027803a794f1d67d/maintainability)](https://codeclimate.com/github/qiwi/multi-semantic-release/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c6ee027803a794f1d67d/test_coverage)](https://codeclimate.com/github/qiwi/multi-semantic-release/test_coverage)

Proof of concept that wraps [semantic-release](https://github.com/semantic-release/semantic-release) to work with monorepos.

Expand All @@ -15,7 +15,7 @@ One of the best things about semantic-release is forgetting about version number
## Installation

```sh
yarn add multi-semantic-release --dev
yarn add @qiwi/multi-semantic-release --dev
```

## Usage
Expand Down

0 comments on commit 828a82d

Please sign in to comment.