Created
June 27, 2016 16:36
-
-
Save larryonoff/9677f53a4a8fb504b9a5fcb4bafa1594 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lane :changelog do | |
last_build_commit = sh("git log -g --pretty='%h' --grep='Version Bump' -1") | |
changelog = changelog_from_git_commits( | |
between: ['#{last_build_commit}', 'HEAD'] | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment