From c0e609b9499339136a816c3bf0e6d75f6ca72672 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 16 Oct 2023 17:56:12 +0200 Subject: fix(hm/soispha/conf/git/git_template): Use lowercase type names --- hm/soispha/conf/git/git_template.git | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'hm') diff --git a/hm/soispha/conf/git/git_template.git b/hm/soispha/conf/git/git_template.git index 9621698d..6af39119 100644 --- a/hm/soispha/conf/git/git_template.git +++ b/hm/soispha/conf/git/git_template.git @@ -13,43 +13,43 @@ # Convention Commits (https://www.conventionalcommits.org/en/v1.0.0/ or https://github.com/angular/angular/blob/85b4941be137a2fcdc664dc870e408dd72ad7de7/CONTRIBUTING.md#commit): -# Feat: [Features] -> MINOR version bump +# feat: [Features] -> MINOR version bump # A new feature # -# Fix: [Bug Fixes] -> PATCH version bump +# fix: [Bug Fixes] -> PATCH version bump # A bug fix # # append '!' after the type/scope: [Breaking Change] -> MAJOR version bump # A breaking API change # -# Docs: [Documentation] +# docs: [Documentation] # Documentation only changes # -# Style: [Styles] +# style: [Styles] # Changes that do not affect the meaning of the code # (white-space, formatting, missing semi-colons, etc) # -# Refactor: [Code Refactoring] +# refactor: [Code Refactoring] # A code change that neither fixes a bug nor adds a feature # -# Perf: [Performance Improvements] -> PATCH version bump +# perf: [Performance Improvements] -> PATCH version bump # A code change that improves performance # -# Test: [Tests] +# test: [Tests] # Adding missing tests or correcting existing tests # -# Build: [Builds] -> PATCH version bump +# build: [Builds] -> PATCH version bump # Changes that affect the build system or external dependencies # (example scopes: gulp, broccoli, npm) # -# Ci: [Continuous Integrations] +# ci: [Continuous Integrations] # Changes to our CI configuration files and scripts # (example scopes: Travis, Circle, BrowserStack, SauceLabs) # -# Chore: [Chores] +# chore: [Chores] # Other changes that don't modify src or test files # -# Reverts: [Reverts] +# reverts: [Reverts] # Reverts a previous commit # How to Write a Git Commit Message: -- cgit 1.4.1