Skip to content

Commit c4754f7

Browse files
committed
Rename branch master -> main.
1 parent 6ebc2fa commit c4754f7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# GitHub Actions workflow
22
# https://help.github.com/en/actions/reference
33
#
4-
# Copyright 2020 Subatomix Research, Inc.
5-
#
4+
# Copyright 2022 Subatomix Research Inc.
5+
#
66
# Permission to use, copy, modify, and distribute this software for any
77
# purpose with or without fee is hereby granted, provided that the above
88
# copyright notice and this permission notice appear in all copies.
9-
#
9+
#
1010
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1111
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1212
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
@@ -20,13 +20,13 @@ name: Build
2020
on:
2121
push:
2222
branches:
23-
- master
23+
- main
2424
- release/*
2525
tags:
2626
- release/*
2727
pull_request:
2828
branches:
29-
- master
29+
- main
3030
- release/*
3131

3232
env:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Check Out Code
4444
uses: actions/checkout@v2
4545
#url: https://github.com/actions/checkout
46-
46+
4747
- name: Configure .NET Core
4848
uses: actions/setup-dotnet@v1
4949
#url: https://github.com/actions/setup-dotnet

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageLicenseExpression>ISC</PackageLicenseExpression>
3434
<PackageProjectUrl>https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic</PackageProjectUrl>
3535
<PackageTags>Semantic SemVer SemVer2 Version Versioning Git Branch MSBuild</PackageTags>
36-
<PackageReleaseNotes>$(PackageProjectUrl)/blob/master/CHANGES.md</PackageReleaseNotes>
36+
<PackageReleaseNotes>$(PackageProjectUrl)/blob/main/CHANGES.md</PackageReleaseNotes>
3737
<PackageIcon>icon.png</PackageIcon>
3838
<RepositoryType>git</RepositoryType>
3939
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>

0 commit comments

Comments
 (0)