Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Fix case of GitHub #1423

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
path: ./${{ env.RELEASE_DIR }}

release:
name: Github Release
name: GitHub Release
needs: build
runs-on: ubuntu-latest
steps:
Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
4 changes: 2 additions & 2 deletions npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down