From 9b4c0f3954e68455579a73179c8cd9d79f8707ee Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 10 Oct 2023 13:39:40 +0200 Subject: feat: Update text for changelog category header "Code style changes" explains the category way better than "Styles" --- src-tauri/src/github/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/src') diff --git a/src-tauri/src/github/mod.rs b/src-tauri/src/github/mod.rs index f35b64a1..0174084f 100644 --- a/src-tauri/src/github/mod.rs +++ b/src-tauri/src/github/mod.rs @@ -160,7 +160,7 @@ fn generate_flightcore_release_notes(commits: Vec) -> String { "feat" => "**Features:**", "fix" => "**Bug Fixes:**", "docs" => "**Documentation:**", - "style" => "**Styles:**", + "style" => "**Code style changes:**", "refactor" => "**Code Refactoring:**", "build" => "**Build:**", "test" => "**Tests:**", -- cgit v1.2.3