Skip to content

Commit

Permalink
fix: release process
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Sep 14, 2023
1 parent 52e4d55 commit 790d84d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
handleGHRelease: true
handleGHRelease: false
manifest: true
7 changes: 6 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bootstrap-sha": "8076767948c92ccf03aa87ed704119be17ea94e4",
"release-type": "node",
"release-type": "simple",
"include-v-in-tag": false,
"packages": {
".": {}
Expand All @@ -10,6 +10,11 @@
"type": "json",
"path": "manifest.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "package.json",
"jsonpath": "$.version"
}
]
}

0 comments on commit 790d84d

Please sign in to comment.