diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-10 13:39:40 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-10 13:39:40 +0200 |
commit | 9b4c0f3954e68455579a73179c8cd9d79f8707ee (patch) | |
tree | 1f6b7b54eef8cd5b392a0fb98aab97fb17980007 | |
parent | ead95520321f52a23df53c2704a98f6d05434994 (diff) | |
download | FlightCore-9b4c0f3954e68455579a73179c8cd9d79f8707ee.tar.gz FlightCore-9b4c0f3954e68455579a73179c8cd9d79f8707ee.zip |
feat: Update text for changelog category header
"Code style changes" explains the category way better than "Styles"
-rw-r--r-- | src-tauri/src/github/mod.rs | 2 |
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:**", |