Skip to content

Commit

Permalink
fix: fix release management with updating package json file
Browse files Browse the repository at this point in the history
  • Loading branch information
immnk committed May 15, 2021
1 parent 33fa0b8 commit b56b956
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"branches": ["master", "release"]
"branches": ["master", "release"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["build/**/*.{js,css,html,jpeg,png,ico,txt,map}", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
Loading

0 comments on commit b56b956

Please sign in to comment.