Skip to content

Commit

Permalink
chore: use objects not arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Dec 22, 2023
1 parent a6438b9 commit 4a6e5dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e
id: release
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

outputs:
releases_created: ${{ steps.release.outputs.releases_created }}
paths_released: ${{ steps.release.outputs.paths_released }}
Expand Down
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"draft": true,
"include-component-in-tag": true,
"include-v-in-tag": true,
"prerelease": false,
Expand All @@ -11,7 +11,7 @@
"signoff": "OpenTelemetry Bot <opentelemetrybot@github.com>",
"skip-github-release": false,
"tag-separator": " ",
"packages": [
"packages": {
{
"instrumentation/gruf": {
"package-name": "opentelemetry-instrumentation-gruf",
Expand Down Expand Up @@ -294,5 +294,5 @@
"version-file": "lib/opentelemetry/resource/detector/google_cloud_platform/version.rb"
}
}
]
}
}

0 comments on commit 4a6e5dc

Please sign in to comment.