Skip to content

Commit

Permalink
ci: update semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 28, 2023
1 parent df783d9 commit 06e13e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
[
"@semantic-release/changelog",
{
"changelogTitle": "Changelog"
"changelogTitle": "# Changelog"
}
],
"semantic-release-hex",
Expand All @@ -43,8 +43,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "mix hex.publish --yes",
"failCommand": "mix hex.publish --revert ${nextRelease.version} --yes"
"publishCmd": "mix hex.publish --yes"
}
]
]
Expand Down

0 comments on commit 06e13e0

Please sign in to comment.