Skip to content

Commit

Permalink
task: rename main branch (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
jryanconklin authored Jul 29, 2020
1 parent e0932a4 commit 80ad504
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Closes Issue #X
<!--
These markdown comments are for description only. They can be deleted.
Please submit pull requests against the master branch.
Please submit pull requests against the main branch.
Follow the existing code style. Check the tests succeed, including lint.
npm run test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ deploy:
skip_cleanup: true
on:
repo: phase2/particle
branch: master
branch: main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Particle: A design system integrating to Pattern Lab and a Drupal 8 theme

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

![Particle mascot: Astrogoat](apps/pl-default/pattern-lab/_patterns/01-atoms-demo/image/astrogoat.png?raw=true 'Astrogoat')
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"support": {
"docs": "https://phase2.github.io/frontend-docs/",
"issues": "https://github.com/phase2/particle/issues",
"source": "https://github.com/phase2/particle/tree/master"
"source": "https://github.com/phase2/particle/tree/main"
}
}
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["config:base"],
"baseBranches": ["master"],
"baseBranches": ["main"],
"bumpVersion": null,
"labels": ["dependency update"],
"patch": {
Expand Down

0 comments on commit 80ad504

Please sign in to comment.