Commit 5a08587
committed
[Infra] Use
The merge back action uses the code in `Changelog.kt` to ensure
unreleased entries in the CHANGELOG.md files are moved to the
corresponding section after being released.
Since we have started formatting our markdown files, we rely on `-` as
a list marker, rather than `*`, which was the old format.
This change updates `Changelog.kt` to use the right character.- instead of * when moving changelog entries around1 parent e894db1 commit 5a08587
File tree
1 file changed
+1
-1
lines changed- plugins/src/main/java/com/google/firebase/gradle/plugins
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
0 commit comments