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

Support alternate tag prefixes #120

Merged
merged 1 commit into from Nov 3, 2022
Merged

Commits on Oct 31, 2022

  1. Support alternate tag prefixes

    We should support alternate prefixes in version tags. At the moment the
    project assumes that the prefix v is always used. But some projects use
    no prefix, or include the package as a prefix to the version (e.g. in
    monorepos).
    
    All public-facing functions now support a tag prefix option. It is
    optional, so this is a non-breaking change. The `updateChangelog`
    method accepts an array of tag prefixes instead of a single one,
    so that we can better support the first release of a monorepo where
    you might want to compare against a backup tag if the first isn't
    found.
    
    Fixes #116
    Gudahtt committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    8212c8e View commit details
    Browse the repository at this point in the history