Skip to content

Commit 80ad504

Browse files
authored
task: rename main branch (#921)
1 parent e0932a4 commit 80ad504

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Closes Issue #X
55
<!--
66
These markdown comments are for description only. They can be deleted.
77
8-
Please submit pull requests against the master branch.
8+
Please submit pull requests against the main branch.
99
1010
Follow the existing code style. Check the tests succeed, including lint.
1111
npm run test

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ deploy:
3939
skip_cleanup: true
4040
on:
4141
repo: phase2/particle
42-
branch: master
42+
branch: main

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Particle: A design system integrating to Pattern Lab and a Drupal 8 theme
22

33
[![GitHub (pre-)release](https://img.shields.io/github/release/phase2/particle/all.svg)](https://github.com/phase2/particle/releases)
4-
[![Build Status](https://travis-ci.org/phase2/particle.svg?branch=master)](https://travis-ci.org/phase2/particle)
4+
[![Build Status](https://travis-ci.org/phase2/particle.svg?branch=main)](https://travis-ci.org/phase2/particle)
55
[![Greenkeeper badge](https://badges.greenkeeper.io/phase2/particle.svg)](https://greenkeeper.io/)
66

77
![Particle mascot: Astrogoat](apps/pl-default/pattern-lab/_patterns/01-atoms-demo/image/astrogoat.png?raw=true 'Astrogoat')

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"support": {
1414
"docs": "https://phase2.github.io/frontend-docs/",
1515
"issues": "https://github.com/phase2/particle/issues",
16-
"source": "https://github.com/phase2/particle/tree/master"
16+
"source": "https://github.com/phase2/particle/tree/main"
1717
}
1818
}

Diff for: renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": ["config:base"],
3-
"baseBranches": ["master"],
3+
"baseBranches": ["main"],
44
"bumpVersion": null,
55
"labels": ["dependency update"],
66
"patch": {

0 commit comments

Comments
 (0)