Skip to content

Commit

Permalink
Merge pull request #5 from claudaniloxavier/fix/release-file-fix
Browse files Browse the repository at this point in the history
fix: adjusted release file config
  • Loading branch information
claudaniloxavier committed Nov 27, 2023
2 parents 7be7c17 + 68d9782 commit 75fcedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json → .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
],
[
Expand Down

0 comments on commit 75fcedc

Please sign in to comment.