Skip to content

Commit b924810

Browse files
committed
ci: modify .releaserc to continously update the changelog
1 parent 7c58123 commit b924810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.releaserc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"branch": "master",
3+
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
4+
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
35
"publish": [
46
"@semantic-release/npm",
57
{

0 commit comments

Comments
 (0)