Skip to content

Commit

Permalink
silence diff
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <ivan@vald.es>
  • Loading branch information
ivanvc committed Jan 29, 2025
1 parent 91b800c commit 65f5032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ main() {
run git add api/version/version.go
# shellcheck disable=SC2038,SC2046
run git add $(find . -name go.mod ! -path './release/*'| xargs)
run git diff --staged | cat
run git diff --staged | cat | sed 's/diff --git//'
run git commit --signoff --message "version: bump up to ${VERSION}"
run git diff --staged | cat
fi
Expand Down

0 comments on commit 65f5032

Please sign in to comment.