From ef1f6d98a05526ba3c82dfb6d1004d85f322e0c8 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 16 Aug 2024 15:37:21 +0100 Subject: [PATCH] Fix description of where the contributor list comes from in instructions for making a release (#12931) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f1962aedbe..fd0292f9e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -361,7 +361,7 @@ even patch releases may contain [non-backwards-compatible changes](https://semve downstream jobs manually if needed. 1. Verify the GitHub release: 1. The Changelog should match the content of `CHANGELOG.md` - 1. Append the contributors from the `bump.sh` script + 1. Append the contributors from the `scripts/release.sh` script 1. If needed, [update the schemastore](https://github.com/astral-sh/ruff/blob/main/scripts/update_schemastore.py). 1. One can determine if an update is needed when `git diff old-version-tag new-version-tag -- ruff.schema.json` returns a non-empty diff.