Skip to content

Commit

Permalink
fix(cicd): fix move to prerelease in root
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam committed Jul 1, 2024
1 parent 7d863a5 commit c886ea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"bootstrap-sha":"31231152c3205e71ac9c88360a75d4f79320590a",
"prerelease": true,
"packages": {
".": {
"bootstrap-sha": "f0c5b62d",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": true,
"include-component-in-tag":false
}
},
Expand Down

0 comments on commit c886ea1

Please sign in to comment.