Skip to content

Commit

Permalink
fix: add .releaserc.json file (see cycjimmy/semantic-release-action#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbonhomme committed Jan 16, 2023
1 parent 20bee3f commit 22d81ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions 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 @@ -17,9 +17,7 @@ jobs:

- name: Semantic Release
id: semantic_release
uses: cycjimmy/semantic-release-action@v2.6.0
with:
semantic_version: 19.0.5
uses: cycjimmy/semantic-release-action@v3.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
8 changes: 8 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"semantic_version": "19.0.5",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}

0 comments on commit 22d81ad

Please sign in to comment.