Generate changelogs for emath (#7513)
Sometimes there are changes that only affect emath, so those should be listed somewhere
This commit is contained in:
parent
aedd43c88f
commit
73c5892a4d
|
|
@ -30,4 +30,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
mode: minimum
|
mode: minimum
|
||||||
count: 1
|
count: 1
|
||||||
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui_kittest, egui-wgpu, egui-winit, egui, epaint, epaint_default_fonts, exclude from changelog, typo"
|
labels: "CI, dependencies, docs and examples, ecolor, eframe, egui_extras, egui_glow, egui_kittest, egui-wgpu, egui-winit, egui, emath, epaint, epaint_default_fonts, exclude from changelog, typo"
|
||||||
|
|
|
||||||
|
|
@ -272,6 +272,7 @@ def main() -> None:
|
||||||
"egui-wgpu",
|
"egui-wgpu",
|
||||||
"egui-winit",
|
"egui-winit",
|
||||||
"egui",
|
"egui",
|
||||||
|
"emath",
|
||||||
"epaint",
|
"epaint",
|
||||||
"epaint_default_fonts",
|
"epaint_default_fonts",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue