Skip to content

Commit

Permalink
ci: fix semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed May 2, 2024
1 parent 09500c3 commit cb2bdaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN_RELEASE: ${{ secrets.GH_TOKEN_RELEASE }}
with:
semantic_version: 19
semantic_version: 23
extra_plugins: |
conventional-changelog-conventionalcommits@5.0.0
conventional-changelog-conventionalcommits@7
@semantic-release/changelog@6
semantic-release-github-pullrequest
- name: New release published
if: steps.semantic.outputs.new_release_published == 'true'
Expand Down
8 changes: 0 additions & 8 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/github",
[
"semantic-release-github-pullrequest",
{
"assets": ["CHANGELOG.md"],
"labels": ["semantic-release", "auto-squash"]
}
]
]
}

0 comments on commit cb2bdaa

Please sign in to comment.