Skip to content

Commit b2a546a

Browse files
committed
Rename the 'master' branch to 'main'.
1 parent 51a807c commit b2a546a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ghpages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build and Deploy GhPages docs
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
build-and-deploy:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: ["master"]
4+
branches: ["main"]
55
tags: ["v*"]
66
jobs:
77
publish:

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ How to Perform a Release
1616

1717
# For v2.x onwards
1818
ver=2.0.0 # change this to new version
19-
git checkout master
19+
git checkout main
2020
git tag -s v$ver
2121
git push --tags
2222
```

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ object Build {
145145
ScalatexReadme(
146146
projectId = "readme",
147147
wd = file(""),
148-
url = "https://github.com/scala-js/scala-js-dom/tree/master",
148+
url = "https://github.com/scala-js/scala-js-dom/tree/main",
149149
source = "Index",
150150
autoResources = Seq("example-opt.js"),
151151
)

0 commit comments

Comments
 (0)