Skip to content

Commit

Permalink
fix: package.json version update on release (#158)
Browse files Browse the repository at this point in the history
* fix: package.json version update on release

* fix: remove docs from assets

Co-authored-by: Jitin Maherchandani <[email protected]>
  • Loading branch information
jitinmaher and Jitin Maherchandani authored Nov 7, 2021
1 parent 02491b1 commit f9fc2a0
Show file tree
Hide file tree
Showing 3 changed files with 13,959 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
["@semantic-release/npm", {
"npmPublish": true,
}],
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github"
]
}
Loading

0 comments on commit f9fc2a0

Please sign in to comment.