Skip to content

Commit

Permalink
chore: Adding back semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Sep 18, 2018
1 parent 8b16f81 commit c4a97b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .release-it.json

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
provider: script
skip_cleanup: true
script:
- yarn release
- npx semantic-release
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![NPM version][npm-image]][npm-url] [![gzip][gzip-image]][gzip-url] [![npm download][download-image]][npm-url]

[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url]
[![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Commitizen friendly][commitizen]][commitizen-url] [![semantic-release][semantic-release]][semantic-release-url]

[npm-image]: http://img.shields.io/npm/v/react-dropdown-tree-select.svg?style=flat-square
[npm-url]: http://npmjs.org/package/react-dropdown-tree-select
Expand All @@ -17,6 +17,8 @@
[commitizen-url]: http://commitizen.github.io/cz-cli/
[gzip-image]: http://img.badgesize.io/https://unpkg.com/react-dropdown-tree-select/dist/react-dropdown-tree-select.js?compression=gzip&style=flat-square
[gzip-url]: https://unpkg.com/react-dropdown-tree-select/dist/react-dropdown-tree-select.js
[semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square
[semantic-release-url]: https://github.com/semantic-release/semantic-release

## React Dropdown Tree Select

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dropdown-tree-select",
"version": "1.12.4",
"version": "0.0.0-semantic-release",
"description": "Lightweight, customizable and fast Dropdown Tree Select component for React",
"keywords": [
"react",
Expand Down Expand Up @@ -35,7 +35,7 @@
"format": "prettier-eslint \"src/**/*.js\" \"docs/**/*.js\" webpack.config.js",
"test": "cross-env NODE_ENV=test ava",
"test:cov": "rimraf .nyc_output && nyc npm test && nyc report --reporter=lcov ",
"release": "release-it"
"semantic-release": "semantic-release"
},
"files": [
"dist"
Expand Down

0 comments on commit c4a97b9

Please sign in to comment.