Skip to content

Commit

Permalink
Remove the changelog, simplify releases (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Apr 28, 2021
1 parent dd671e5 commit 74ecd1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,015 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
cd $(mktemp -d) &&
go mod init tmp &&
go get golang.org/x/exp/cmd/gorelease@latest
- run: gorelease -base=v2.3.0
- run: gorelease -base=$(git describe --abbrev=0)
proto_lint:
docker:
- image: bufbuild/buf:0.41.0
Expand Down
Loading

0 comments on commit 74ecd1d

Please sign in to comment.