medic / cht-docs

Documentation site for the Community Health Tookit
https://docs.communityhealthtoolkit.org
14 stars 16 forks source link

chore(na): add prior contributors fof 4.x releases #1424

Closed mrjones-plip closed 1 month ago

mrjones-plip commented 2 months ago

Description

This PR uses a hacked version of the new release note script to back-fill contributors on all 4.x versions except 4.2.4 and 4.3.2 which have some weird error that I don't want to chase down.

We shouldn't merge the ephemeral branch mrjones-hack-get-contributors-only on CHT Core repo, but published it for posterity.

the output of the bash wrapper script used script get.contributors.sh:

./get.contributors.sh
saving version 4.0.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.0.0.md
saving version 4.0.1 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.0.1.md
saving version 4.1.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.1.0.md
saving version 4.1.1 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.1.1.md
saving version 4.1.2 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.1.2.md
saving version 4.2.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.2.0.md
saving version 4.2.1 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.2.1.md
saving version 4.2.2 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.2.2.md
saving version 4.2.3 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.2.3.md
saving version 4.2.4 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.2.4.md
Error: Could not find milestone with the repo cht-core and name 4.2.4
    at getMilestoneNumber (/home/mrjones/Documents/MedicMobile/cht-core/scripts/release-notes/index.js:175:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async getIssues (/home/mrjones/Documents/MedicMobile/cht-core/scripts/release-notes/index.js:285:27)
    at async Promise.all (index 0)
saving version 4.3.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.3.0.md
saving version 4.3.1 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.3.1.md
saving version 4.3.2 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.3.2.md
Error: Could not find milestone with the repo cht-core and name 4.3.2
    at getMilestoneNumber (/home/mrjones/Documents/MedicMobile/cht-core/scripts/release-notes/index.js:175:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async getIssues (/home/mrjones/Documents/MedicMobile/cht-core/scripts/release-notes/index.js:285:27)
    at async Promise.all (index 0)
saving version 4.4.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.4.0.md
saving version 4.4.1 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.4.1.md
saving version 4.4.2 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.4.2.md
saving version 4.5.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.5.0.md
saving version 4.5.1 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.5.1.md
saving version 4.5.2 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.5.2.md
saving version 4.6.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.6.0.md
saving version 4.7.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.7.0.md
saving version 4.7.1 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.7.1.md
saving version 4.8.0 to /home/mrjones/Documents/MedicMobile/cht-docs/content/en/core/releases/4.8.0.md

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

mrjones-plip commented 2 months ago

@dianabarsan - feel free to merge if this all looks good - I'll be on holiday 'til next Monday. Otherwise I'll tend to feedback/fixes then, no rush!