def has_source_changes(): """Returns True if any source files have changed.""" return tools.has_changes([RUST_SRC, RUBY_SRC]) or cr.has_release()