Skip to content

Commit 7293717

Browse files
Convert 'Github' to 'GitHub'
1 parent e4c1fc9 commit 7293717

28 files changed

+137
-137
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Individuals or teams representing projects in official capacity, such as via off
2929

3030
## Attribution
3131

32-
This Code of Conduct is partly inspired by and based on those of Amazon, CocoaPods, Github, Microsoft, thoughtbot, and on the Contributor Covenant version 1.4.1.
32+
This Code of Conduct is partly inspired by and based on those of Amazon, CocoaPods, GitHub, Microsoft, thoughtbot, and on the Contributor Covenant version 1.4.1.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Release Features:
1616
- Release every merge to master based on a PR labels
1717
- Skip a release with the `skip-release` label
1818
- Generate a changelog with fancy headers, authors, and monorepo package association
19-
- Generate a Github release
19+
- Generate a GitHub release
2020

2121
Pull Request Interaction Features:
2222

docs/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# auto release
44

5-
## CLI tools to help facilitate semantic versioning based on Github PR labels.
5+
## CLI tools to help facilitate semantic versioning based on GitHub PR labels.
66

77
:::
88

docs/pages/auto-changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Global Options
2626
-w, --very-verbose Show a lot more logs
2727
--repo string The repo to set the status on. Defaults to looking in the package.json
2828
--owner string Version number to publish as. Defaults to reading from the package.json
29-
--githubApi string Github API to use
29+
--githubApi string GitHub API to use
3030

3131
Examples
3232

docs/pages/auto-comment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Global Options
2424
-w, --very-verbose Show a lot more logs
2525
--repo string The repo to set the status on. Defaults to looking in the package.json
2626
--owner string Version number to publish as. Defaults to reading from the package.json
27-
--githubApi string Github API to use
27+
--githubApi string GitHub API to use
2828

2929
Examples
3030

docs/pages/auto-init.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Global Options
3232
-w, --very-verbose Show a lot more logs
3333
--repo string The repo to set the status on. Defaults to looking in the package.json
3434
--owner string Version number to publish as. Defaults to reading from the package.json
35-
--githubApi string Github API to use
35+
--githubApi string GitHub API to use
3636

3737
Examples
3838

docs/pages/auto-label.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Global Options
1616
-w, --very-verbose Show a lot more logs
1717
--repo string The repo to set the status on. Defaults to looking in the package.json
1818
--owner string Version number to publish as. Defaults to reading from the package.json
19-
--githubApi string Github API to use
19+
--githubApi string GitHub API to use
2020

2121
Examples
2222

docs/pages/auto-pr-check.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Global Options
2626
-w, --very-verbose Show a lot more logs
2727
--repo string The repo to set the status on. Defaults to looking in the package.json
2828
--owner string Version number to publish as. Defaults to reading from the package.json
29-
--githubApi string Github API to use
29+
--githubApi string GitHub API to use
3030

3131
Examples
3232

docs/pages/auto-pr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Global Options
2424
-w, --very-verbose Show a lot more logs
2525
--repo string The repo to set the status on. Defaults to looking in the package.json
2626
--owner string Version number to publish as. Defaults to reading from the package.json
27-
--githubApi string Github API to use
27+
--githubApi string GitHub API to use
2828

2929
Examples
3030

docs/pages/auto-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Global Options
4343
-w, --very-verbose Show a lot more logs
4444
--repo string The repo to set the status on. Defaults to looking in the package.json
4545
--owner string Version number to publish as. Defaults to reading from the package.json
46-
--githubApi string Github API to use
46+
--githubApi string GitHub API to use
4747

4848
Examples
4949

docs/pages/auto-shipit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Global Options
1919
-w, --very-verbose Show a lot more logs
2020
--repo string The repo to set the status on. Defaults to looking in the package.json
2121
--owner string Version number to publish as. Defaults to reading from the package.json
22-
--githubApi string Github API to use
22+
--githubApi string GitHub API to use
2323

2424
Examples
2525

docs/pages/auto-version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Global Options
1717
-w, --very-verbose Show a lot more logs
1818
--repo string The repo to set the status on. Defaults to looking in the package.json
1919
--owner string Version number to publish as. Defaults to reading from the package.json
20-
--githubApi string Github API to use
20+
--githubApi string GitHub API to use
2121

2222
Examples
2323

docs/pages/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ After that, you need to set up the labels on your github project. The types of l
4545
- Versioning Labels - used to calculate version numbers and make releases. To change them refer to [this](./autorc.md#versioning-labels).
4646
- Changelog Labels - These labels do not effect the version calculation but they will change the section the PR displays in the changelog. These are customizable too, and you can even add your own sections. Read more [here](./autorc.md#changelog-titles)
4747

48-
To create the labels for your project on Github, run the following command with your `GH_TOKEN`.
48+
To create the labels for your project on GitHub, run the following command with your `GH_TOKEN`.
4949

5050
```sh
5151
GH_TOKEN=YOUR_TOKEN auto create-labels

docs/pages/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Release Features:
99
- Release every merge to master based on a PR labels
1010
- Skip a release with the `skip-release` label
1111
- Generate a changelog with fancy headers, authors, and monorepo package association
12-
- Generate a Github release
12+
- Generate a GitHub release
1313

1414
Pull Request Interaction Features:
1515

docs/pages/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mkdir ~/.ssh/ && echo -e "Host github.YOUR_COMPANY.com\n\tStrictHostKeyChecking
4848

4949
If you've encountered any of these errors you'll probably run into this problem. If the whole release process doesn't complete you can end up in a state when `auto` published the new version, but doesn't push that back to github. To fix this just bump the version number to the "previously published version".
5050

51-
## Cannot read owner and package name from Github URL in package.json
51+
## Cannot read owner and package name from GitHub URL in package.json
5252

5353
This means that you do not have a repository set in your package.json. Add something along the line of:
5454

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-release-cli",
3-
"description": "CLI tools to help facilitate semantic versioning based on Github PR labels.",
3+
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels.",
44
"version": "0.37.1",
55
"author": {
66
"name": "Andrew Lisowski",

src/__tests__/__snapshots__/github-release.test.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`GithubRelease generateReleaseNotes should allow user to configure section headings 1`] = `
3+
exports[`GitHubRelease generateReleaseNotes should allow user to configure section headings 1`] = `
44
"#### 💥 Breaking Change
55
66
- First [#1234](https://custom-git.com/pull/1234) ([email protected])
@@ -22,7 +22,7 @@ exports[`GithubRelease generateReleaseNotes should allow user to configure secti
2222
- Adam Dierkens ([email protected])"
2323
`;
2424

25-
exports[`GithubRelease getCommits should resolve authors with PR commits 1`] = `
25+
exports[`GitHubRelease getCommits should resolve authors with PR commits 1`] = `
2626
Array [
2727
Object {
2828
"authorEmail": "[email protected]",

src/__tests__/git-changed-packages.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Github from '../git';
1+
import GitHub from '../git';
22
import { dummyLog } from '../utils/logger';
33

44
const exec = jest.fn();
@@ -10,7 +10,7 @@ jest.mock('../utils/exec-promise.ts', () => (...args) => exec(...args));
1010

1111
describe('changedPackages ', async () => {
1212
test('should return nothing without a package directory', async () => {
13-
const gh = new Github({
13+
const gh = new GitHub({
1414
logger,
1515
owner: 'Adam Dierkens',
1616
repo: 'test',
@@ -23,7 +23,7 @@ describe('changedPackages ', async () => {
2323
});
2424

2525
test('should match files in package directory', async () => {
26-
const gh = new Github({
26+
const gh = new GitHub({
2727
logger,
2828
owner: 'Adam Dierkens',
2929
repo: 'test',
@@ -38,7 +38,7 @@ describe('changedPackages ', async () => {
3838
});
3939

4040
test('should match files in package directory with @scope/ names', async () => {
41-
const gh = new Github({
41+
const gh = new GitHub({
4242
logger,
4343
owner: 'Adam Dierkens',
4444
repo: 'test',

0 commit comments

Comments
 (0)