Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: git push guideline message with right branch name #331

Merged

Commits on May 4, 2019

  1. fix: git push guideline message with right branch name

    git push guideline message at the end is shown as `git push --follow-tags origin master` though the change log is generated in a different branch. People not only use `master` branch but also `develop` or different branch. This fix will add the current branch name instead of master to the message.
    
    closes conventional-changelog#249
    KarunaLakshman committed May 4, 2019
    Copy the full SHA
    4c77ddb View commit details
    Browse the repository at this point in the history