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.17.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.18.0
Choose a head ref
  • 4 commits
  • 27 files changed
  • 3 contributors

Commits on Jul 10, 2023

  1. fix: block protected branch creations

    Now that we use a wildcard to match against release branches for
    backports, creation of those branches should also be locked down to
    admins only.
    lukekarrys committed Jul 10, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    weihanglo Weihang Lo
    Copy the full SHA
    4662ec3 View commit details
  2. feat: use git remote for branch related config

    This will check the origin remote if it exists and use that to determine
    which branches exist. These branches are then used to populate CI
    branches, branch protections, and dependabot.
    
    Using this for dependabot is a new feature which allows old release
    branches to get dependency updates for template-oss only.
    
    This also updates the dependabot config to only update the root
    directory instead of each workspace directory. The previous way was an
    attempt to get it to work with workspaces, but wasn't used in any our
    repos. Dependabot should now be able to update workspaces when
    configured to use a single root directory.
    
    Fixes #329
    lukekarrys committed Jul 10, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    weihanglo Weihang Lo
    Copy the full SHA
    f04a76d View commit details

Commits on Jul 18, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dd9aadf View commit details
  2. chore: release 4.18.0

    github-actions[bot] authored and wraithgar committed Jul 18, 2023
    Copy the full SHA
    d67bd69 View commit details
Loading