Skip to content

Commit

Permalink
feat: Include plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed May 6, 2024
1 parent 5921b7c commit 507dde3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/github
semantic-release-hackage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
"semantic-release-hackage",
{
"packageName": "atomic-write",
"packageName": "hspec-golden",
"versionPrefix": "0."
}
],
Expand Down

0 comments on commit 507dde3

Please sign in to comment.