Skip to content

Commit

Permalink
fix(ci): bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-morel committed May 4, 2020
1 parent d16e468 commit 68dd470
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Write 'pure' cucumber test in Jest without syntax clutter

[![npm downloads](https://img.shields.io/npm/dm/jest-cucumber-fusion)](https://www.npmjs.com/package/jest-cucumber-fusion)
[![npm latest](https://img.shields.io/npm/v/jest-cucumber-fusion/latest.svg)](https://www.npmjs.com/package/jest-cucumber-fusion)
[![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)


## Overview
Expand Down
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,15 @@
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"assets": [
"dist/**"
]
[ "@semantic-release/release-notes-generator", {
"preset": "atom"
}
],
[
"@semantic-release/npm",
{
["@semantic-release/github", {
"assets": [ "dist/**" ]
}
],
["@semantic-release/npm", {
"npmPublish": true
}
]
Expand Down

0 comments on commit 68dd470

Please sign in to comment.