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

feat: add the contains, hasPrefix, hasSuffix, replace, lower and upper functions to Changelog template #34

Merged
merged 1 commit into from
Feb 23, 2019

Commits on Feb 10, 2019

  1. feat: add the contains, hasPrefix, hasSuffix, replace, lower and uppe…

    …r functions to the template functions map
    
    This PR adds the strings.Contains, strings.HasPrefix, strings.HasSuffix, strings.Replace, strings.Lower and strings.Upper to the set of functions
    available for usage in the changelog template.
    The added functions can be used to manipulate commit messages before rendering the changelog.
    atosatto committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    dc12802 View commit details
    Browse the repository at this point in the history