File tree 8 files changed +16
-26
lines changed
8 files changed +16
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
5
5
<!-- next version -->
6
6
7
+ ## v0.23.1
8
+
9
+ ### 🧰 Bug fixes 🧰
10
+
11
+ - ` issuegenerator ` : Trim repository prefix from new issue titles (#864 )
12
+
7
13
## v0.23.0
8
14
9
15
### 🧰 Bug fixes 🧰
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/spf13/cobra v1.9.1
9
9
github.com/spf13/pflag v1.0.6
10
10
github.com/stretchr/testify v1.10.0
11
- go.opentelemetry.io/build-tools v0.23.0
11
+ go.opentelemetry.io/build-tools v0.23.1
12
12
go.uber.org/zap v1.27.0
13
13
golang.org/x/mod v0.24.0
14
14
)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
require (
6
6
github.com/spf13/cobra v1.9.1
7
7
github.com/stretchr/testify v1.10.0
8
- go.opentelemetry.io/build-tools v0.23.0
8
+ go.opentelemetry.io/build-tools v0.23.1
9
9
golang.org/x/mod v0.24.0
10
10
gopkg.in/yaml.v3 v3.0.1
11
11
)
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ require (
7
7
github.com/gogo/protobuf v1.3.2
8
8
github.com/golangci/golangci-lint/v2 v2.1.5
9
9
github.com/matryer/moq v0.4.0
10
- go.opentelemetry.io/build-tools/chloggen v0.23.0
11
- go.opentelemetry.io/build-tools/crosslink v0.23.0
12
- go.opentelemetry.io/build-tools/dbotconf v0.23.0
13
- go.opentelemetry.io/build-tools/multimod v0.23.0
10
+ go.opentelemetry.io/build-tools/chloggen v0.23.1
11
+ go.opentelemetry.io/build-tools/crosslink v0.23.1
12
+ go.opentelemetry.io/build-tools/dbotconf v0.23.1
13
+ go.opentelemetry.io/build-tools/multimod v0.23.1
14
14
golang.org/x/vuln v1.1.4
15
15
)
16
16
@@ -207,7 +207,7 @@ require (
207
207
go-simpler.org/musttag v0.13.1 // indirect
208
208
go-simpler.org/sloglint v0.11.0 // indirect
209
209
go.augendre.info/fatcontext v0.8.0 // indirect
210
- go.opentelemetry.io/build-tools v0.23.0 // indirect
210
+ go.opentelemetry.io/build-tools v0.23.1 // indirect
211
211
go.uber.org/automaxprocs v1.6.0 // indirect
212
212
go.uber.org/multierr v1.11.0 // indirect
213
213
go.uber.org/zap v1.27.0 // indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/spf13/cobra v1.9.1
8
8
github.com/spf13/viper v1.20.1
9
9
github.com/stretchr/testify v1.10.0
10
- go.opentelemetry.io/build-tools v0.23.0
10
+ go.opentelemetry.io/build-tools v0.23.1
11
11
go.uber.org/multierr v1.11.0
12
12
golang.org/x/mod v0.24.0
13
13
)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
4
4
5
5
require (
6
6
github.com/spf13/pflag v1.0.6
7
- go.opentelemetry.io/build-tools v0.23.0
7
+ go.opentelemetry.io/build-tools v0.23.1
8
8
golang.org/x/mod v0.24.0
9
9
golang.org/x/text v0.24.0
10
10
)
Original file line number Diff line number Diff line change 14
14
15
15
module-sets :
16
16
tools :
17
- version : v0.23.0
17
+ version : v0.23.1
18
18
modules :
19
19
- go.opentelemetry.io/build-tools
20
20
- go.opentelemetry.io/build-tools/checkapi
You can’t perform that action at this time.
0 commit comments