We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b7fc21 + f163b53 commit f52bb19Copy full SHA for f52bb19
scripts/release_helpers.sh
@@ -88,7 +88,7 @@ git_add_version_files() {
88
89
verify_release() {
90
log "verifying new release"
91
- _changed_file=$(git whatchanged --name-only --pretty="" origin..HEAD)
+ _changed_file=$(git whatchanged --i-still-use-this --name-only --pretty="" origin..HEAD)
92
for f in "${required_files_for_release[@]}"; do
93
if [[ "$_changed_file" =~ "$f" ]]; then
94
log "(required) '$f' has been modified. Great!"
0 commit comments