aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-10-10 13:39:40 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-10-10 13:39:40 +0200
commit9b4c0f3954e68455579a73179c8cd9d79f8707ee (patch)
tree1f6b7b54eef8cd5b392a0fb98aab97fb17980007 /src-tauri/src
parentead95520321f52a23df53c2704a98f6d05434994 (diff)
downloadFlightCore-9b4c0f3954e68455579a73179c8cd9d79f8707ee.tar.gz
FlightCore-9b4c0f3954e68455579a73179c8cd9d79f8707ee.zip
feat: Update text for changelog category header
"Code style changes" explains the category way better than "Styles"
Diffstat (limited to 'src-tauri/src')
-rw-r--r--src-tauri/src/github/mod.rs2
1 files changed, 1 insertions, 1 deletions
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>) -> String {
"feat" => "**Features:**",
"fix" => "**Bug Fixes:**",
"docs" => "**Documentation:**",
- "style" => "**Styles:**",
+ "style" => "**Code style changes:**",
"refactor" => "**Code Refactoring:**",
"build" => "**Build:**",
"test" => "**Tests:**",