Skip to content

Commit 418d2c6

Browse files
authored
fix(build): adding proper updating of package.json version and changelog [skip ci] (#6)
1 parent f0b65e6 commit 418d2c6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.releaserc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
{
2-
"branches": ["main"]
2+
"branches": ["main"],
3+
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
4+
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
5+
"plugins: [
6+
"@semantic-release/commit-analyzer",
7+
"@semantic-release/release-notes-generator",
8+
"@semantic-release/npm",
9+
"@semantic-release/github",
10+
"@semantic-release/changelog",
11+
[
12+
"@semantic-release/git",
13+
{
14+
"assets": ["CHANGELOG.md"]
15+
}
16+
]
17+
]
318
}

0 commit comments

Comments
 (0)