Skip to content

Commit

Permalink
Try to prevent overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Aug 8, 2024
1 parent e86ddb1 commit d6e86c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/updatecli.d/bump-upstream-agent-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ targets:
replacepattern: $1"{{ source "upstream-agent-version" }}-alpha"

update-contrib-version:
dependson: [update-agent-version]
name: "Update OpenTelemetry Contrib version"
conditionids: [update-required]
sourceid: contrib-version
Expand All @@ -87,6 +88,7 @@ targets:
replacepattern: $1"{{ source "contrib-version" }}"

update-semconv-version:
dependson: [update-contrib-version]
name: "Update OpenTelemetry SemConv version"
conditionids: [update-required]
sourceid: semconv-version
Expand Down

0 comments on commit d6e86c8

Please sign in to comment.