Skip to content

Commit

Permalink
Fix description of where the contributor list comes from in instructi…
Browse files Browse the repository at this point in the history
…ons for making a release (#12931)
  • Loading branch information
AlexWaygood committed Aug 16, 2024
1 parent b850b81 commit ef1f6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef1f6d9

Please sign in to comment.