Skip to content

Commit

Permalink
fix(build): adding proper updating of package.json version and change…
Browse files Browse the repository at this point in the history
…log [skip ci] (#6)
  • Loading branch information
ethanwinters committed Dec 3, 2021
1 parent f0b65e6 commit 418d2c6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
{
"branches": ["main"]
"branches": ["main"],
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
]
]
}

0 comments on commit 418d2c6

Please sign in to comment.