Skip to content

Commit

Permalink
fix: Add dashboard to release-please-config
Browse files Browse the repository at this point in the history
  • Loading branch information
diehbria committed Nov 2, 2022
1 parent 91ec14e commit 35730e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"packages/core": {
"component": "core"
},
"packages/dashboard": {
"component": "dashboard"
},
"packages/react-components": {
"component": "react-components"
},
Expand Down Expand Up @@ -47,10 +50,11 @@
"scene-composer",
"source-iotsitewise",
"source-iottwinmaker",
"table"
"table",
"dashboard"
]
}
],
"pull-request-title-pattern": "chore: release ${version}" ,
"group-pull-request-title-pattern": "chore: release ${version}"
"group-pull-request-title-pattern": "chore: release ${version}"
}

0 comments on commit 35730e7

Please sign in to comment.