Skip to content

Instantly share code, notes, and snippets.

@VovaStelmashchuk
Created September 15, 2019 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VovaStelmashchuk/7724650e2b955ce536b0a90cbfdd7bbb to your computer and use it in GitHub Desktop.
Save VovaStelmashchuk/7724650e2b955ce536b0a90cbfdd7bbb to your computer and use it in GitHub Desktop.
KEYS=$(git shortlog -n ${GIT_PREVIOUS_SUCCESSFUL_COMMIT}..HEAD — oneline | cut -d ']' -f1 | cut -d '[' -f2 | grep "^IM")
echo ${KEYS} >> releaseNote.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment