Commit 424ec5f
authored
🩹 [Patch]: Simplify branch naming and commit message for font updates (#71)
## Description
This pull request includes updates to the `scripts/Update-FontsData.ps1`
script 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:
* Updated the branch naming pattern from `auto-update-font-$timeStamp`
to `auto-update-$timeStamp` for consistency and simplicity.
(`[scripts/Update-FontsData.ps1L52-R52](diffhunk://#diff-69d235ffacf154789a70d5e00a557ee83393c256cd9431a8b7be57cc41c3ad89L52-R52)`)
### Improvements to commit and PR messages:
* Modified the commit message from "Update-FontsData via script on
$timeStamp" to "Update FontsData.json" for better clarity and alignment
with the changes being committed.
(`[scripts/Update-FontsData.ps1L96-R96](diffhunk://#diff-69d235ffacf154789a70d5e00a557ee83393c256cd9431a8b7be57cc41c3ad89L96-R96)`)
* Simplified the pull request title and body by removing references to
"Google Fonts" and using more generic phrasing. The title now reads
"Auto-Update $timeStamp," and the body specifies updates to "the latest
metadata" instead of "Google Fonts metadata."
(`[scripts/Update-FontsData.ps1L117-R127](diffhunk://#diff-69d235ffacf154789a70d5e00a557ee83393c256cd9431a8b7be57cc41c3ad89L117-R127)`)
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent eea95a6 commit 424ec5f
2 files changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | | - | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | | - | |
118 | 119 | | |
119 | | - | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
129 | | - | |
130 | | - | |
| 128 | + | |
| 129 | + | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
0 commit comments