Skip to content

Commit

Permalink
fix: Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Jan 15, 2023
1 parent 5ccea96 commit 0657bd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
repository_url: https://github.com/mhdiiilham/BTC-Billionaire.git
tag_format: 'v${version}'
# You can specify specifying version range for the extra plugins if you prefer.
additional_packages: |
['@semantic-release/changelog', '@semantic-release/git']
plugins: |
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github']
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/changelog', '@semantic-release/git', '@semantic-release/github']
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0657bd5

Please sign in to comment.