diff --git a/src/.releaserc.json b/src/.releaserc.json index c6ceeca..f6ccfd2 100644 --- a/src/.releaserc.json +++ b/src/.releaserc.json @@ -102,7 +102,7 @@ "countMatches": true },{ "files": ["LAST_RELEASE_NOTES.md"], - "from": ".*", + "from": "[\\S\\s]+", "to": "${nextRelease.notes}", "results": [{ "file": "LAST_RELEASE_NOTES.md",