From 1da5cb7232165e7437a58156f4537a493b115bd8 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 23 Apr 2024 01:44:43 +0200 Subject: [PATCH] Fix the link in CONTRIBUTING more It's the main.yml that runs the release.sh script! Co-Authored-By: Will Bush --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7054277..e67fdb8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,5 +65,5 @@ Integration tests are declared in [`./tests`](./tests) as subdirectories imitati Pinned dependencies are [regularly updated automatically](./.github/workflows/update.yml). -Releases are [automatically created](./.github/workflows/after-release.yml) when the `version` field in [`Cargo.toml`](./Cargo.toml) +Releases are [automatically](./.github/workflows/main.yml) [created](./scripts/release.sh) when the `version` field in [`Cargo.toml`](./Cargo.toml) is updated from a push to the main branch.