Skip to content

Commit

Permalink
ci(release): simplify release
Browse files Browse the repository at this point in the history
  • Loading branch information
obviyus committed Oct 22, 2022
1 parent 9091a58 commit e3c1f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm i -g semantic-release @semantic-release/exec @semantic-release/changelog
cargo install semantic-release-rust --version 1.0.0-alpha.8
npm i -g semantic-release @semantic-release/changelog @semantic-release/git
semantic-release
8 changes: 1 addition & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
[
"@semantic-release/github",
{
Expand All @@ -15,13 +16,6 @@
}
]
}
],
[
"@semantic-release/exec",
{
"verifyCmd": "semantic-release-rust verify-conditions",
"prepareCmd": "semantic-release-rust prepare ${nextRelease.version}"
}
]
]
}

0 comments on commit e3c1f0f

Please sign in to comment.