Skip to content

Commit 279a540

Browse files
authored
chore: update master -> main (#392)
Signed-off-by: Michael Dawson <[email protected]>
1 parent 4b868f7 commit 279a540

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: on push or pull_request
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
schedule:
99
- cron: '0 0 * * *'

COLLABORATOR_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# llnode Collaborator Guide
22

33
llnode follows the
4-
[Node.js Collaborator Guide](https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md),
4+
[Node.js Collaborator Guide](https://github.com/nodejs/node/blob/main/COLLABORATOR_GUIDE.md),
55
with the following differences:
66

77
- At least one Collaborator must approve a pull request before the pull

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ $ git remote add upstream git://github.com/indutny/llnode.git
1515

1616
#### Which branch?
1717

18-
For developing new features and bug fixes, the `master` branch should be pulled
18+
For developing new features and bug fixes, the `main` branch should be pulled
1919
and built upon.
2020

2121
### Step 2: Branch
2222

2323
Create a feature branch and start hacking:
2424

2525
```text
26-
$ git checkout -b my-feature-branch -t origin/master
26+
$ git checkout -b my-feature-branch -t origin/main
2727
```
2828

2929
### Step 3: Commit

LICENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The MIT License (MIT)
44
Copyright (c) 2016 nodereport contributors
55
--------------------------------------------------
66

7-
*nodereport contributors listed at <https://github.com/nodejs/nodereport/blob/master/AUTHORS>*
7+
*nodereport contributors listed at <https://github.com/nodejs/nodereport/blob/main/AUTHORS>*
88

99
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1010

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</p>
1010

1111
[![npm](https://img.shields.io/npm/v/llnode.svg?style=flat-square)](https://npmjs.org/package/llnode)
12-
![ci](https://img.shields.io/github/workflow/status/nodejs/llnode/push/master?style=flat-square)
13-
[![coverage](https://img.shields.io/coveralls/github/nodejs/llnode/master?style=flat-square)](https://coveralls.io/github/nodejs/llnode)
12+
![ci](https://img.shields.io/github/workflow/status/nodejs/llnode/push/main?style=flat-square)
13+
[![coverage](https://img.shields.io/coveralls/github/nodejs/llnode/mmain?style=flat-square)](https://coveralls.io/github/nodejs/llnode)
1414

1515

1616
Node.js v10.x+ C++ plugin for the [LLDB](http://lldb.llvm.org) debugger.

0 commit comments

Comments
 (0)