Philipp Hörist pushed to branch master at gajim / gajim
Commits:
6feecebc by lovetox at 2022-06-18T09:36:34+02:00
chore: Add new changelog tag
- - - - -
3 changed files:
- .chglog/config.yml
- .githooks/update
- CONTRIBUTING.md
Changes:
=====================================
.chglog/config.yml
=====================================
@@ -8,19 +8,22 @@ options:
filters:
Type:
- feat
+ - imprv
+ - change
- perf
- fix
- - imprv
commit_groups:
sort_by: Custom
title_order:
- feat
- imprv
+ - change
- perf
- fix
title_maps:
feat: New
imprv: Improvements
+ change: Change
perf: Performance
fix: Bug Fixes
header:
=====================================
.githooks/update
=====================================
@@ -16,6 +16,7 @@ ALLOWED_TAGS = [
'perf',
'refactor',
'chore',
+ 'change',
'release',
'other',
'imprv',
=====================================
CONTRIBUTING.md
=====================================
@@ -35,12 +35,13 @@ # Commit Messages
Every commit message must be prefixed with one of the following tags:
- ci (ci related changes)
-- feat (functionality of the application was changed)
+- feat (a new feature was added)
- fix (something was fixed)
- perf (performance related changes)
- imprv (improvements)
- refactor (code was changed, but the end user will not notice)
- chore (reoccuring tasks which need to be done)
+- change (existing functionality was changed)
- release (only used for release commits)
- other
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/6feecebc6cc08df66e72f846f8015f7768367412
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/6feecebc6cc08df66e72f846f8015f7768367412
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits