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: dotnet/Nerdbank.GitVersioning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.128
Choose a base ref
...
head repository: dotnet/Nerdbank.GitVersioning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.133
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on May 10, 2023

  1. Fix BitBucket recognition of publicReleaseRefSpec

    BitBucket environment variables do not include the `refs/` prefix, so we need to add them ourselves (as we do for some other cloud build services already).
    
    Fixes #935
    AArnott committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d33a5d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #936 from dotnet/fix935

    Fix BitBucket handling of publicReleaseRefSpec
    AArnott authored May 10, 2023
    Configuration menu
    Copy the full SHA
    42295ab View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Downgrade Cake.Core to v2.3.0

    This fixes a regression of 3.6.99-alpha+56b1dacf89, Cake v2.x wasn't supported anymore
    
    Fixes #934
    kapsiR authored and AArnott committed May 11, 2023
    Configuration menu
    Copy the full SHA
    02d36b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #938 from kapsiR/fix-cake-version

    Downgrade Cake.Core to v2.3.0
    AArnott authored May 11, 2023
    Configuration menu
    Copy the full SHA
    bc56096 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Revert "Drop BuildMetadata from NPM package version

    "
    
    This reverts commit 5e1adb5.
    
    Fixes #943
    AArnott committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b36f1fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #945 from dotnet/revertNpmVersion

    Revert "Drop BuildMetadata from NPM package version"
    AArnott authored May 17, 2023
    Configuration menu
    Copy the full SHA
    2d32d93 View commit details
    Browse the repository at this point in the history
Loading