Skip to content

Commit

Permalink
build: rename master to main (#765)
Browse files Browse the repository at this point in the history
Rename master branch to main.
  • Loading branch information
bcoe committed Feb 19, 2024
1 parent 2207a87 commit 048667a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled ]
name: ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
name: release-please-submodule
jobs:
release:
Expand All @@ -14,7 +14,7 @@ jobs:
with:
command: manifest
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: master
default-branch: main
publish:
runs-on: ubuntu-latest
needs: release
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IstanbulJS

[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbuljs.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/istanbuljs/istanbuljs.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbuljs)
[![Build Status](https://travis-ci.org/istanbuljs/istanbuljs.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbuljs)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![community slack](http://devtoolscommunity.herokuapp.com/badge.svg)](http://devtoolscommunity.herokuapp.com)

Expand All @@ -11,7 +11,7 @@ _Having problems? want to contribute? join our [community slack](http://devtools
## About this Repo

This [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md) contains the _nuts and bolts_ utility libraries that facilitate IstanbulJS test coverage; Why a monorepo?
This [monorepo](https://github.com/babel/babel/blob/main/doc/design/monorepo.md) contains the _nuts and bolts_ utility libraries that facilitate IstanbulJS test coverage; Why a monorepo?

- it allows us to more easily test API changes across coupled modules, e.g., changes to `istanbul-lib-coverage`
potentially have an effect on `istanbul-lib-instrument`.
Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-coverage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## istanbul-lib-coverage

[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-lib-coverage.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-coverage.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-lib-coverage)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-coverage.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbul-lib-coverage)

An API that provides a read-only view of coverage information with the ability
to merge and summarize coverage info.
Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-hook/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# istanbul-lib-hook

[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-lib-hook.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-hook.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-lib-hook)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-hook.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbul-lib-hook)

Hooks for require, vm and script used in istanbul
2 changes: 1 addition & 1 deletion packages/istanbul-lib-instrument/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## istanbul-lib-instrument

[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-instrument.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-lib-instrument)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-instrument.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbul-lib-instrument)

Istanbul instrumenter library.

Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-report/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# istanbul-lib-report

[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-lib-report.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-report.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-lib-report)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-report.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbul-lib-report)

Core reporting utilities for istanbul.

Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-source-maps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# istanbul-lib-source-maps

[![Build Status](https://travis-ci.org/istanbuljs/istanbuljs.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbuljs)
[![Build Status](https://travis-ci.org/istanbuljs/istanbuljs.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbuljs)

Source map support for istanbuljs.

Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-reports/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# istanbul-reports

[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-reports.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-reports.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-reports)
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-reports.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbul-reports)

- node.getRelativeName

Expand Down

0 comments on commit 048667a

Please sign in to comment.