diff --git a/.releaserc b/.releaserc index dd8768e83c1f9d59d9d0d5503d5ab0200745bdd6..89ffacc7fb908f1e6b89d0cbaba6d99a35634e99 100644 --- a/.releaserc +++ b/.releaserc @@ -20,7 +20,7 @@ [ "@semantic-release/git", { - "message": "chore: Release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + "message": "chore: Release ${nextRelease.version} \n\n${nextRelease.notes}" } ] ]