Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Revisit release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo-techlab committed Mar 4, 2021
1 parent 099dae8 commit b387055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ if [ -z "$(git status --porcelain)" ]; then

VERSION=v$VERSION_NBR

# TODO: resolve mismatch in GRPC deps
go mod tidy
set +e
go mod tidy
git commit -a -m "Releasing version $VERSION."
set -e

Expand Down

0 comments on commit b387055

Please sign in to comment.