🩹 [Patch]: Simplify branch naming and commit message for font updates#71
Merged
MariusStorhaug merged 4 commits intomainfrom Jul 27, 2025
Merged
🩹 [Patch]: Simplify branch naming and commit message for font updates#71MariusStorhaug merged 4 commits intomainfrom
MariusStorhaug merged 4 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This patch simplifies the naming conventions and messaging in the font update automation script. The changes remove specific references to "Google Fonts" and make the automated branch names, commit messages, and PR titles more generic.
- Simplifies branch naming from "auto-update-font-{timestamp}" to "auto-update-{timestamp}"
- Changes commit message from timestamped format to simple "Update FontsData.json"
- Updates PR title and body to remove "Google Fonts" references and use generic "metadata" terminology
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.
Description
This pull request includes updates to the
scripts/Update-FontsData.ps1script to streamline naming conventions and improve clarity in commit messages and pull request creation. The changes focus on simplifying branch naming, standardizing commit messages, and refining pull request titles and descriptions.Updates to naming conventions:
auto-update-font-$timeStamptoauto-update-$timeStampfor consistency and simplicity. ([scripts/Update-FontsData.ps1L52-R52](https://github.com/PSModule/GoogleFonts/pull/71/files#diff-69d235ffacf154789a70d5e00a557ee83393c256cd9431a8b7be57cc41c3ad89L52-R52))Improvements to commit and PR messages:
[scripts/Update-FontsData.ps1L96-R96](https://github.com/PSModule/GoogleFonts/pull/71/files#diff-69d235ffacf154789a70d5e00a557ee83393c256cd9431a8b7be57cc41c3ad89L96-R96))[scripts/Update-FontsData.ps1L117-R127](https://github.com/PSModule/GoogleFonts/pull/71/files#diff-69d235ffacf154789a70d5e00a557ee83393c256cd9431a8b7be57cc41c3ad89L117-R127))Type of change
Checklist