Skip to content

Commit 41f882c

Browse files
committed
fix(config): remove commit skip
1 parent b69058d commit 41f882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"package.json",
1515
"package-lock.json"
1616
],
17-
"message": "chore(release): ${nextRelease.version} [skip ci] -n"
17+
"message": "chore(release): ${nextRelease.version} [skip ci]"
1818
}
1919
],
2020
"@semantic-release/github",

0 commit comments

Comments
 (0)