Skip to content

Commit

Permalink
fix(release): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-lavazais committed Jan 2, 2024
1 parent 004b518 commit ab849f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
semantic_version: 22.0.12
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/changelog
@semantic-release/github
@semantic-release/exec
@semantic-release/git
env:
GH_TOKEN: ${{ secrets.CI_TOKEN }}
Expand Down
7 changes: 0 additions & 7 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/exec",
{
"prepareCmd": "echo ${nextRelease.version} > version.txt"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
Expand Down

0 comments on commit ab849f3

Please sign in to comment.