I'm working on creating my first fastlane file and I want to use only the git commit messages from merges as the change log.
This way we can let our regular commits have a higher level of detail without making the change log so long and we can be less concerned with what we put in every commit message.
When we merge back in the develop branch we can enter good clean concise notes that make sense to the stake holders and the such there.
I know there is an action, changeling_from_git_commits
.
While it would be easy enough to exclude merge commits there doesn't seem to be a way to use only merge commits.
Is there an alternative? Perhaps some tricks I can use in a bash script or something? I'm good with Objective-C and Swift but not terribly experienced with bash and Ruby (trying to remedy that these days).