Skip to content

Commit

Permalink
feat: updating config to include package.json to be auto-updated with…
Browse files Browse the repository at this point in the history
… latest version

Co-authored-by: skodamarthi <[email protected]>
  • Loading branch information
skodamarthi and skodamarthi authored Oct 31, 2020
1 parent f5d9c41 commit 6efe56f
Show file tree
Hide file tree
Showing 2 changed files with 4,882 additions and 1,040 deletions.
16 changes: 4 additions & 12 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,11 @@
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
"CHANGELOG.md", "package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/**"
}
]
}
]
"@semantic-release/github"
]
}
Loading

0 comments on commit 6efe56f

Please sign in to comment.