Skip to content

Commit

Permalink
Rename "master" to "trunk" in various links
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 26, 2020
1 parent a0495d1 commit 9d11ced
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/bug_fix.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Please make sure you read our contributing guidelines at
https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md
https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md
before opening opening a pull request. Thanks!
-->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ Install a prebuilt binary from the [releases page][]
[Chocolatey]: https://chocolatey.org
[releases page]: https://github.com/cli/cli/releases/latest
[hub]: https://github.com/github/hub
[contributing page]: https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md
[contributing page]: https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md
2 changes: 1 addition & 1 deletion wix.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"description": "Use GitHub from the CLI",
"project-url": "https://github.com/cli/cli",
"tags": "github cli git",
"license-url": "https://github.com/cli/cli/blob/master/LICENSE"
"license-url": "https://github.com/cli/cli/blob/trunk/LICENSE"
}
}

4 comments on commit 9d11ced

@maelvls
Copy link

@maelvls maelvls commented on 9d11ced May 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to make it clear that installing using master is deprecated?

I can still run:

go install github.com/cli/cli/cmd/gh@master

without realizing that I should be running

go install github.com/cli/cli/cmd/gh@trunk

Related: #3581

@nayzar8

This comment was marked as spam.

@nayzar8

This comment was marked as spam.

@nayzar8

This comment was marked as spam.

Please sign in to comment.