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: use conventional commits from release-please for changelog #183

Merged
merged 1 commit into from
Sep 13, 2022

Commits on Sep 13, 2022

  1. fix: use conventional commits from release-please for changelog

    `release-please` already fetches the commits and parses them into
    conventional commit objects, so we are able to reuse most of that
    instead of fetching it from GitHub again. This also adds tests for the
    changelog output.
    
    This also removes the workspace-deps plugin in favor of extending the
    builtin node-workspace plugin. This fixes the issue of workspaces
    sometimes not getting the correct tag name and changelog title if they
    were only bumped as part of a workspace dep.
    lukekarrys committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e825bd5 View commit details
    Browse the repository at this point in the history