Skip to content

Instantly share code, notes, and snippets.

@larryonoff
Created June 27, 2016 16:36
Show Gist options
  • Save larryonoff/9677f53a4a8fb504b9a5fcb4bafa1594 to your computer and use it in GitHub Desktop.
Save larryonoff/9677f53a4a8fb504b9a5fcb4bafa1594 to your computer and use it in GitHub Desktop.
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