diff --git a/.releaserc b/.releaserc index 7645423..28e9bd2 100644 --- a/.releaserc +++ b/.releaserc @@ -41,7 +41,7 @@ "@semantic-release/git", { "assets": [ - "!test" + "!test", "blueprints", "lib", "templates", @@ -51,7 +51,7 @@ "CHANGELOG.md", "index.php", "index.js", - "index.css" + "index.css", ".gitignore" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"