Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/template-oss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: npm/template-oss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 3 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    352d332 View commit details
    Browse the repository at this point in the history
  2. fix: use conventional commits from release-please for changelog (#183)

    `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 authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b58d86a View commit details
    Browse the repository at this point in the history
  3. chore: release 4.1.0 (#188)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f9f0964 View commit details
    Browse the repository at this point in the history
Loading