Skip to content

Commit

Permalink
typo (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg authored Mar 8, 2024
1 parent 5f078bf commit ffbebd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ inputs.level }}
crate_release_all: true
crate-release-all: true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,14 @@ please [take a look](https://www.cloudflare.com/careers/).
edition = "2021"
```

<!-- # Releasing
# Releasing

1. Trigger a workflow to create a release PR.
1. [Trigger](https://github.com/cloudflare/workers-rs/actions/workflows/create-release-pr.yml) a workflow to create a release PR.
1. Review version changes and release notes.
1. Merge PR.

A GitHub release will be created and crates (`worker-sys`, `worker-macros`, `worker`)
will be published automatically. -->
will be published automatically.


# Contributing
Expand Down

0 comments on commit ffbebd9

Please sign in to comment.