Skip to content

Commit ffbebd9

Browse files
authored
typo (#465)
1 parent 5f078bf commit ffbebd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create-release-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
version: ${{ inputs.level }}
29-
crate_release_all: true
29+
crate-release-all: true

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -433,14 +433,14 @@ please [take a look](https://www.cloudflare.com/careers/).
433433
edition = "2021"
434434
```
435435

436-
<!-- # Releasing
436+
# Releasing
437437

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

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

445445

446446
# Contributing

0 commit comments

Comments
 (0)