This commit is contained in:
Kevin Flansburg 2024-03-08 09:59:44 -08:00 committed by GitHub
parent 5f078bfdeb
commit ffbebd9722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -26,4 +26,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ inputs.level }}
crate_release_all: true
crate-release-all: true

View File

@ -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