Skip to content

Commit

Permalink
fix(cicd): force to update version in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfiaschi committed Dec 16, 2021
1 parent 6fdb2ee commit 443c774
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
Expand All @@ -25,15 +24,6 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github",
[
"@semantic-release/exec",
{
"verifyConditionsCmd": "semantic-release-rust verify-conditions",
"prepareCmd": "semantic-release-rust prepare ${nextRelease.version}",
"publishCmd": "semantic-release-rust publish"
}
]
]
}

0 comments on commit 443c774

Please sign in to comment.