You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if has_source_changes && !touched_files.include?('CHANGELOG.md')
warn("Source files were modified -- don't forget to update the CHANGELOG if there are code changes.\nYou can find examples within the [CHANGELOG.md](https://github.com/mindbody/Conduit/blob/master/CHANGELOG.md)")
end
if git.lines_of_code > 50 && has_source_changes && !has_test_changes