Skip to content

Commit

Permalink
Build: use correct plugin to push changelog to github
Browse files Browse the repository at this point in the history
  • Loading branch information
aabenoja committed Mar 31, 2020
1 parent 5c2b7bf commit d2a197e
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 3 deletions.
78 changes: 77 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-html-element",
"version": "1.0.0",
"version": "1.1.0",
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -57,6 +57,7 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/dom": "^7.1.1",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.1",
Expand Down
3 changes: 2 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ module.exports = {
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/github',
[
'@semantic-release/github',
'@semantic-release/git',
{
message: 'Docs: ${nextRelease.version} [skip ci]\n\n${nextRelease.note}'
}
Expand Down

0 comments on commit d2a197e

Please sign in to comment.