Skip to content

Commit

Permalink
Prepare for version v0.2.0 release (#176)
Browse files Browse the repository at this point in the history
* prepare release v0.2.0

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Prepare tools for version v0.2.0

* Upgrade internal/tools and make tidy

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* chloggen update

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
Bogdan Drutu authored Oct 26, 2022
1 parent 41b9973 commit 6207030
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 43 deletions.
16 changes: 0 additions & 16 deletions .chloggen/addChangelog.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/tagPush.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: docker://avtodev/markdown-lint:v1
with:
args: -i "/**/testdata" ${{needs.changedfiles.outputs.md}}
ignore: 'CHANGELOG.md'

check-links:
runs-on: ubuntu-latest
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- This file is autogenerated. See CONTRIBUTING.md for instructions to add an entry. -->

# Changelog

<!-- next version -->

## v0.2.0

### 💡 Enhancements 💡

- `changelog`: Add chloggen tool for creating changelog entries. (#154)
- `multimod`: Add ability for multimod to publish to tags to remote repository. (#157)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ chlog-preview: | $(CHLOGGEN)

.PHONY: chlog-update
chlog-update: | $(CHLOGGEN)
$(CHLOGGEN) update --version $(VERSION)
$(CHLOGGEN) update -v $(VERSION)

.PHONY: crosslink
crosslink: | $(CROSSLINK)
Expand Down
2 changes: 1 addition & 1 deletion crosslink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
go.opentelemetry.io/build-tools v0.1.0
go.opentelemetry.io/build-tools v0.2.0
go.uber.org/zap v1.23.0
golang.org/x/mod v0.6.0
)
Expand Down
2 changes: 1 addition & 1 deletion dbotconf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.0
go.opentelemetry.io/build-tools v0.1.0
go.opentelemetry.io/build-tools v0.2.0
golang.org/x/mod v0.6.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
10 changes: 5 additions & 5 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require (
github.com/client9/misspell v0.3.4
github.com/gogo/protobuf v1.3.2
github.com/golangci/golangci-lint v1.50.1
go.opentelemetry.io/build-tools/chloggen v0.1.0
go.opentelemetry.io/build-tools/crosslink v0.1.0
go.opentelemetry.io/build-tools/dbotconf v0.1.0
go.opentelemetry.io/build-tools/multimod v0.1.0
go.opentelemetry.io/build-tools/chloggen v0.2.0
go.opentelemetry.io/build-tools/crosslink v0.2.0
go.opentelemetry.io/build-tools/dbotconf v0.2.0
go.opentelemetry.io/build-tools/multimod v0.2.0
)

require (
Expand Down Expand Up @@ -175,7 +175,7 @@ require (
github.com/yagipy/maintidx v1.0.0 // indirect
github.com/yeya24/promlinter v0.2.0 // indirect
gitlab.com/bosi/decorder v0.2.3 // indirect
go.opentelemetry.io/build-tools v0.1.0 // indirect
go.opentelemetry.io/build-tools v0.2.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion multimod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
go.opentelemetry.io/build-tools v0.1.0
go.opentelemetry.io/build-tools v0.2.0
go.uber.org/multierr v1.8.0
golang.org/x/mod v0.6.0
)
Expand Down
2 changes: 1 addition & 1 deletion semconvgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/spf13/pflag v1.0.5
go.opentelemetry.io/build-tools v0.1.0
go.opentelemetry.io/build-tools v0.2.0
golang.org/x/mod v0.6.0
golang.org/x/text v0.4.0
)
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module-sets:
tools:
version: v0.1.0
version: v0.2.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkdoc
Expand Down

0 comments on commit 6207030

Please sign in to comment.