Skip to content

Commit

Permalink
feat: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Otanikotani committed Feb 27, 2020
1 parent f64f9e5 commit 854687b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
id: semantic
with:
extra_plugins: |
@semantic-release/github
@semantic-release/changelog
@semantic-release/release-notes-generator
@semantic-release/changelog
@semantic-release/github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
["@semantic-release/changelog", {
"changelogFile": "docs/CHANGELOG.md"
}],
["@semantic-release/git", {
["@semantic-release/github", {
"assets": ["docs/CHANGELOG.md"]
}]
]
Expand Down

0 comments on commit 854687b

Please sign in to comment.