Skip to content

Commit

Permalink
fix: ensure Node package definitions are committed during a release (#…
Browse files Browse the repository at this point in the history
…538)

Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Nov 14, 2023
1 parent cb7beb8 commit cbabf85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"preset": "conventionalcommits"
}
],
"@semantic-release/git",
"@semantic-release/github",
[
"@semantic-release/npm",
{
"pkgRoot": "fullstack-network-manager"
}
]
],
"@semantic-release/git",
"@semantic-release/github"
],
"verifyRelease": [
[
Expand Down
2 changes: 1 addition & 1 deletion fullstack-network-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/fullstack-network-manager",
"version": "0.1.0",
"version": "0.12.0",
"description": "Fullstack-Network-Manager is a CLI tool to manage and deploy a Hedera Network using Helm chart for local testing.",
"main": "src/index.mjs",
"type": "module",
Expand Down

0 comments on commit cbabf85

Please sign in to comment.