From 9e8bcb16ad67e1339d51bacbe715121dbefcbcbb Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:25:33 +0100 Subject: feat: Add `ci:` as a valid tag in release note generator (#711) --- src-tauri/src/github/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/github/mod.rs b/src-tauri/src/github/mod.rs index 0174084f..343d041a 100644 --- a/src-tauri/src/github/mod.rs +++ b/src-tauri/src/github/mod.rs @@ -163,6 +163,7 @@ fn generate_flightcore_release_notes(commits: Vec) -> String { "style" => "**Code style changes:**", "refactor" => "**Code Refactoring:**", "build" => "**Build:**", + "ci" => "**Continuous integration changes:**", "test" => "**Tests:**", "chore" => "**Chores:**", "i18n" => "**Translations:**", -- cgit v1.2.3