Skip to content

Commit

Permalink
Split the auto and sdk release modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Oct 23, 2024
1 parent dcf9908 commit 7ddd376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/telemetry/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/auto/sdk v0.16.0-alpha
go.opentelemetry.io/auto/sdk v0.1.0-alpha
go.opentelemetry.io/collector/pdata v1.17.0
)

Expand Down
5 changes: 4 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
# SPDX-License-Identifier: Apache-2.0

module-sets:
alpha:
auto:
version: v0.16.0-alpha
modules:
- go.opentelemetry.io/auto
sdk:
version: v0.1.0-alpha
modules:
- go.opentelemetry.io/auto/sdk
excluded-modules:
- github.com/hashicorp/go-version
Expand Down

0 comments on commit 7ddd376

Please sign in to comment.