Skip to content

Commit 6cc8a94

Browse files
authored
Prepare for rename of default branch to main (#266)
1 parent 57a331f commit 6cc8a94

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
mode: ContinuousDeployment
88
branches:
99
master:
10-
regex: ^master
10+
regex: ^master|main$
1111
tag: preview
1212
increment: patch
1313
dependabot-pr:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Corvus.Testing
2-
[![Build Status](https://dev.azure.com/endjin-labs/Corvus.Testing/_apis/build/status/corvus-dotnet.Corvus.Testing?branchName=master)](https://dev.azure.com/endjin-labs/Corvus.Testing/_build/latest?definitionId=4&branchName=master)
3-
[![GitHub license](https://img.shields.io/badge/License-Apache%202-blue.svg)](https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/master/LICENSE)
2+
[![Build Status](https://dev.azure.com/endjin-labs/Corvus.Testing/_apis/build/status/corvus-dotnet.Corvus.Testing?branchName=main)](https://dev.azure.com/endjin-labs/Corvus.Testing/_build/latest?definitionId=4&branchName=main)
3+
[![GitHub license](https://img.shields.io/badge/License-Apache%202-blue.svg)](https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/main/LICENSE)
44
[![IMM](https://endimmfuncdev.azurewebsites.net/api/imm/github/corvus-dotnet/Corvus.Testing/total?cache=false)](https://endimmfuncdev.azurewebsites.net/api/imm/github/corvus-dotnet/Corvus.Testing/total?cache=false)
55

66
This provides a library of useful testing extensions, primarily focussed on SpecFlow operations.
@@ -163,7 +163,7 @@ dotnet test .\Solutions\Corvus.Testing.sln -c Debug
163163

164164
## Licenses
165165

166-
[![GitHub license](https://img.shields.io/badge/License-Apache%202-blue.svg)](https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/master/LICENSE)
166+
[![GitHub license](https://img.shields.io/badge/License-Apache%202-blue.svg)](https://raw.githubusercontent.com/corvus-dotnet/Corvus.Testing/main/LICENSE)
167167

168168
Corvus.Testing is available under the Apache 2.0 open source license.
169169

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ trigger:
22
branches:
33
include:
44
- master
5+
- main
56
- feature/*
67
tags:
78
include:

0 commit comments

Comments
 (0)