Skip to content

Commit

Permalink
Manually set gorelease base (grpc-ecosystem#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst authored Apr 30, 2021
1 parent da162e8 commit 93f6eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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=$(git describe --abbrev=0)
- run: gorelease -base=v2.4.0
proto_lint:
docker:
- image: bufbuild/buf:0.41.0
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ To make a release, follow these steps:
reviewed by another maintainer.
1. Update the release description. Try to include some of the highlights of this release,
ideally with links to the PRs and crediting the contributors.
1. Update the gorelease job in .circleci/config.yaml to point to the new release version.
1. Sit back and pat yourself on the back for a job well done :clap:.

0 comments on commit 93f6eff

Please sign in to comment.