Skip to content

Commit

Permalink
fix: change release options
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoborges committed Dec 8, 2020
1 parent e3e33d0 commit ffeac91
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .releaserc

This file was deleted.

10 changes: 10 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/changelog",
"@semantic-release/npm"
]
}
50 changes: 50 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
"deploy": "gh-pages -d example/build"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.9",
"@semantic-release/release-notes-generator": "^9.0.1",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
Expand Down

0 comments on commit ffeac91

Please sign in to comment.