File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Build and Deploy GhPages docs
44on :
55 push :
66 branches :
7- - master
7+ - main
88
99jobs :
1010 build-and-deploy :
Original file line number Diff line number Diff line change 11name : Release
22on :
33 push :
4- branches : ["master "]
4+ branches : ["main "]
55 tags : ["v*"]
66jobs :
77 publish :
Original file line number Diff line number Diff 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 ```
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments