Skip to content

Commit

Permalink
chore(release): add release publish on github with semantic-release
Browse files Browse the repository at this point in the history
Add semantic-release/github module to publish release notes on github every new version.
  • Loading branch information
matteobad committed May 1, 2019
1 parent 65b71a1 commit f4b256d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 15 deletions.
1 change: 1 addition & 0 deletions .releaserc
Expand Up @@ -4,6 +4,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog",
"@semantic-release/git"
],
Expand Down
64 changes: 49 additions & 15 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -41,6 +41,7 @@
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"commitizen": "^3.1.1",
Expand Down

0 comments on commit f4b256d

Please sign in to comment.