Skip to content

Commit

Permalink
fix: release commits should cause an Amplify build
Browse files Browse the repository at this point in the history
This helps facilitate locating a previous commit that would be used in the case of a rollback
  • Loading branch information
jbeveland27 committed Jun 11, 2020
1 parent e427c14 commit c4de048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}],
["@semantic-release/git", {
"assets": ["docs", "package.json", "package-lock.json"],
"message": "chore(release): ${nextRelease.version} [skip-cd]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}]
],
"dryRun": false,
Expand Down

0 comments on commit c4de048

Please sign in to comment.