Skip to content

Commit

Permalink
ci: change release config for changelog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
muchasxmaracas committed Mar 26, 2024
1 parent 137ade1 commit b80fb2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
]
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"branches": ["main"]
plugins: [
.
+ "@semantic-release/changelog"
+ "@semantic-release/git",
]
}

0 comments on commit b80fb2d

Please sign in to comment.