Skip to content

Commit

Permalink
Don't run gofmt when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Jun 18, 2017
1 parent f52c2fd commit 925e174
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ fi

ROOT=$(dirname $0)/..

# gofmt
gofmt -s -w .
git add ./*.go
git commit -m "gofmt" || true # ignore no changes error

# gobump
new_version=$(gobump "$1" -w -v cmd/droot | jq -r '.[]')
git add ./*.go
Expand Down

0 comments on commit 925e174

Please sign in to comment.