chore(release): map jake@nousresearch.com and simpolism@gmail.com to @simpolism - #25308
Closed
simpolism wants to merge 1 commit into
Closed
chore(release): map jake@nousresearch.com and simpolism@gmail.com to @simpolism#25308simpolism wants to merge 1 commit into
simpolism wants to merge 1 commit into
Conversation
…simpolism Both addresses route to the same GitHub account (@simpolism / snav). Adding the mappings here keeps release notes from showing two separate contributors for what is one person's work, and unblocks subsequent PRs from this account that would otherwise each need their own scripts/release.py noise.
2 tasks
Contributor
|
Salvaged via PR #25440 (#25440), merged to main as e905081. Your authorship is preserved on the cherry-picked commit. Note: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Map both addresses I commit from (
simpolism@gmail.comfor personal-account work,jake@nousresearch.comfor work-account commits) to the existing GitHub account@simpolisminscripts/release.py'sAUTHOR_MAP. Both addresses route to the same person; this prevents release notes from listing them as separate contributors and avoids each future PR carrying its ownscripts/release.pynoise.Related Issue
None — this is housekeeping ahead of a small batch of feature/fix PRs from this account.
Type of Change
(Strictly speaking this is metadata, not refactor — the change has no runtime effect at all. Closest checkbox.)
Changes Made
scripts/release.py: add two entries toAUTHOR_MAP:"simpolism@gmail.com": "simpolism""jake@nousresearch.com": "simpolism"How to Test
git diff main -- scripts/release.pyAUTHOR_MAPdict, alphabetically nearsimon@simonmarcus.orgChecklist
Code
pytest tests/ -q— not run; metadata-only author-map changeDocumentation & Housekeeping
cli-config.yaml.exampleif I added/changed config keys — N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — N/A