Skip to content

Commit c666d93

Browse files
fix(ci): don't add skip-ci to release commits
- it's skipping site deploys and maybe the publish action?
1 parent 833bbbc commit c666d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"libraries/website/docs/changelog.md",
8888
"package.json"
8989
],
90-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
90+
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
9191
}
9292
]
9393
]

0 commit comments

Comments
 (0)