Skip to content

Commit

Permalink
feat: update semantic-release config to update package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Mar 10, 2024
1 parent ef00d79 commit 69e9b4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"type": "module",
"source": "index.html",
"private": true,
"scripts": {
"start": "parcel index.html",
"build": "parcel build",
Expand Down
5 changes: 3 additions & 2 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand All @@ -22,6 +22,7 @@ module.exports = {
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
],
"@semantic-release/github",
]
}

0 comments on commit 69e9b4f

Please sign in to comment.