Skip to content

Commit

Permalink
fix: ensure canary-merge pipeline won't fail due to unrelated history…
Browse files Browse the repository at this point in the history
… merge
  • Loading branch information
Kevin Takla committed Feb 28, 2024
1 parent 1d4e8a1 commit 44afc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Prefix your items with `(Template)` if the change is about the template and not

## 3.2.X
- Added support for mouse back button navigation.
- Set `fetchDepth` to 0 on canary merge CI to avoid `refusing to merge unrelated histories` errors.

## 3.1.X
- Updated to .NET 8.
Expand Down
1 change: 1 addition & 0 deletions build/canary-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ variables:
steps:
- checkout: self
clean: true
fetchDepth: 0
persistCredentials: true

- task: UseDotNet@2
Expand Down

0 comments on commit 44afc49

Please sign in to comment.