diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 798957409..f1e2e70c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: path: ./${{ env.RELEASE_DIR }} release: - name: Github Release + name: GitHub Release needs: build runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 882133519..e5023164d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -728,7 +728,7 @@ This PR adds a GitHub Actions badge to our README, indicating whether the repo's builds are currently passing: - [![Github Actions - Test Status](https://github.com/cloudflare/wrangler/workflows/Rust%20Tests/badge.svg)](https://github.com/cloudflare/wrangler/actions) + [![GitHub Actions - Test Status](https://github.com/cloudflare/wrangler/workflows/Rust%20Tests/badge.svg)](https://github.com/cloudflare/wrangler/actions) [pull/1030]: https://github.com/cloudflare/wrangler/pull/1030 @@ -1164,9 +1164,9 @@ [issue/723]: https://github.com/cloudflare/wrangler/pull/792 [pull/792]: https://github.com/cloudflare/wrangler/issues/723 - - **Allow installs to utilize Wrangler binaries via a caching proxy instead of Github directly - [gabbifish], [pull/797]** + - **Allow installs to utilize Wrangler binaries via a caching proxy instead of GitHub directly - [gabbifish], [pull/797]** - To avoid dependency on one external service, Github, we enabled a cache proxy (using Workers!) for installations of Wrangler. + To avoid dependency on one external service, GitHub, we enabled a cache proxy (using Workers!) for installations of Wrangler. [gabbifish]: https://github.com/cloudflare/wrangler/pull/797 @@ -1676,7 +1676,7 @@ - **Install current version, not latest - [ashleygwilliams], [issue/418][pull/419]** - Previously the NPM installer for wrangler would always pull the most recent release from Github releases, and the installer did not increase version numbers when Wrangler did. Many users found this confusing. Now the installer will increment versions along with Wrangler releases, and point at specific versions rather than the most recent one at the time of installation. + Previously the NPM installer for wrangler would always pull the most recent release from GitHub releases, and the installer did not increase version numbers when Wrangler did. Many users found this confusing. Now the installer will increment versions along with Wrangler releases, and point at specific versions rather than the most recent one at the time of installation. [ashleygwilliams]: https://github.com/ashleygwilliams [issue/418]: https://github.com/cloudflare/wrangler/issues/418 @@ -1755,9 +1755,9 @@ [EverlastingBugstopper]: https://github.com/EverlastingBugstopper [pull/383]: https://github.com/cloudflare/wrangler/pull/383 - - **Update issue templates to fit Github's data model - [EverlastingBugstopper], [pull/387]** + - **Update issue templates to fit GitHub's data model - [EverlastingBugstopper], [pull/387]** - Our previous issue templates were not picked up by Github's user interface. This PR updates the templates to fit the accepted data model, and adds some style tweaks to make the templates easier to use. + Our previous issue templates were not picked up by GitHub's user interface. This PR updates the templates to fit the accepted data model, and adds some style tweaks to make the templates easier to use. [EverlastingBugstopper]: https://github.com/EverlastingBugstopper [pull/387]: https://github.com/cloudflare/wrangler/pull/387 diff --git a/README.md b/README.md index 8f1c05fdb..581995f79 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![crates.io](https://meritbadge.herokuapp.com/wrangler)](https://crates.io/crates/wrangler)   [![npm](https://img.shields.io/npm/v/@cloudflare/wrangler.svg)](https://www.npmjs.com/package/@cloudflare/wrangler)   -[![Github Actions - Test Status](https://github.com/cloudflare/wrangler/workflows/Tests/badge.svg)](https://github.com/cloudflare/wrangler/actions)   -[![Github Actions - Linter Status](https://github.com/cloudflare/wrangler/workflows/Linters/badge.svg)](https://github.com/cloudflare/wrangler/actions)   +[![GitHub Actions - Test Status](https://github.com/cloudflare/wrangler/workflows/Tests/badge.svg)](https://github.com/cloudflare/wrangler/actions)   +[![GitHub Actions - Linter Status](https://github.com/cloudflare/wrangler/workflows/Linters/badge.svg)](https://github.com/cloudflare/wrangler/actions)   `wrangler` is a CLI tool designed for folks who are interested in using [Cloudflare Workers](https://workers.cloudflare.com/). diff --git a/npm/README.md b/npm/README.md index 8f1c05fdb..581995f79 100644 --- a/npm/README.md +++ b/npm/README.md @@ -4,8 +4,8 @@ [![crates.io](https://meritbadge.herokuapp.com/wrangler)](https://crates.io/crates/wrangler)   [![npm](https://img.shields.io/npm/v/@cloudflare/wrangler.svg)](https://www.npmjs.com/package/@cloudflare/wrangler)   -[![Github Actions - Test Status](https://github.com/cloudflare/wrangler/workflows/Tests/badge.svg)](https://github.com/cloudflare/wrangler/actions)   -[![Github Actions - Linter Status](https://github.com/cloudflare/wrangler/workflows/Linters/badge.svg)](https://github.com/cloudflare/wrangler/actions)   +[![GitHub Actions - Test Status](https://github.com/cloudflare/wrangler/workflows/Tests/badge.svg)](https://github.com/cloudflare/wrangler/actions)   +[![GitHub Actions - Linter Status](https://github.com/cloudflare/wrangler/workflows/Linters/badge.svg)](https://github.com/cloudflare/wrangler/actions)   `wrangler` is a CLI tool designed for folks who are interested in using [Cloudflare Workers](https://workers.cloudflare.com/). diff --git a/src/main.rs b/src/main.rs index 69bae4087..2cba9f3dd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -360,7 +360,7 @@ fn run() -> Result<(), failure::Error> { ) .arg( Arg::with_name("template") - .help("a link to a github template! defaults to https://github.com/cloudflare/worker-template") + .help("a link to a GitHub template! defaults to https://github.com/cloudflare/worker-template") .index(2), ) .arg(