Skip to content

Commit

Permalink
fix: change default commit message to include tag rather than only th…
Browse files Browse the repository at this point in the history
…e version

That change allows you to distinguish between releases of different projects
  • Loading branch information
ruscon authored Sep 5, 2023
1 parent af3b1b1 commit f914ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const defaultOptions: SemanticReleaseOptions = {
githubOptions: {},
ci: true,
commitMessage:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
'chore(release): ${nextRelease.gitTag} [skip ci]\n\n${nextRelease.notes}',
dryRun: false,
github: true,
git: true,
Expand Down

0 comments on commit f914ab3

Please sign in to comment.