Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit c4de048

Browse files
committed
fix: release commits should cause an Amplify build
This helps facilitate locating a previous commit that would be used in the case of a rollback
1 parent e427c14 commit c4de048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}],
1313
["@semantic-release/git", {
1414
"assets": ["docs", "package.json", "package-lock.json"],
15-
"message": "chore(release): ${nextRelease.version} [skip-cd]\n\n${nextRelease.notes}"
15+
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
1616
}]
1717
],
1818
"dryRun": false,

0 commit comments

Comments
 (0)