Skip to content

Commit 8f882c5

Browse files
authored
fix: Fix telemetry version for Go plugin. (#243)
## Summary There was some refactoring in the go SDK which moved where the version is stored. The release-please config was not updated for the change
1 parent e6c7545 commit 8f882c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"versioning": "default",
3131
"include-v-in-tag": true,
3232
"include-component-in-tag": true,
33-
"extra-files": ["version.go"]
33+
"extra-files": ["internal/metadata/metadata.go"]
3434
},
3535
"sdk/@launchdarkly/observability-dotnet": {
3636
"bump-minor-pre-major": true,

0 commit comments

Comments
 (0)