mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
fix(ci): improve changelog readability (#1692)
This commit is contained in:
@@ -12,22 +12,7 @@ options:
|
||||
- perf
|
||||
- refactor
|
||||
- build
|
||||
commit_groups:
|
||||
sort_by: Custom
|
||||
group_by: "Scope"
|
||||
title_maps:
|
||||
# must match .github/workflows/check-pr-title.yml
|
||||
# app|cli|ui|repository|server|providers|deps|deps-dev|site|ci|infra|general
|
||||
kopiaui: KopiaUI Desktop App
|
||||
cli: Command-Line Interface
|
||||
ui: Graphical User Interface
|
||||
ci: Continuous Integration
|
||||
lint: Linter
|
||||
deps: Runtime Dependencies
|
||||
deps-dev: Development Dependencies
|
||||
infra: Infrastructure
|
||||
general: General Improvements
|
||||
title_order:
|
||||
Scope:
|
||||
- cli
|
||||
- kopiaui
|
||||
- general
|
||||
@@ -39,6 +24,36 @@ options:
|
||||
- deps
|
||||
- deps-dev
|
||||
- infra
|
||||
- ci
|
||||
commit_groups:
|
||||
sort_by: Custom
|
||||
group_by: "Scope"
|
||||
title_maps:
|
||||
# must match .github/workflows/check-pr-title.yml
|
||||
# app|cli|ui|repository|server|providers|deps|deps-dev|site|ci|infra|general
|
||||
kopiaui: KopiaUI App
|
||||
cli: Command-Line Interface
|
||||
ui: Graphical User Interface
|
||||
lint: Linter
|
||||
deps: Dependencies
|
||||
deps-dev: Development Dependencies
|
||||
infra: Infrastructure
|
||||
general: General Improvements
|
||||
providers: Storage Providers
|
||||
ci: CI/CD
|
||||
title_order:
|
||||
- cli
|
||||
- kopiaui
|
||||
- general
|
||||
- repository
|
||||
- server
|
||||
- providers
|
||||
- deps
|
||||
- testing
|
||||
- lint
|
||||
- deps-dev
|
||||
- infra
|
||||
- ci
|
||||
header:
|
||||
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
||||
pattern_maps:
|
||||
|
||||
Reference in New Issue
Block a user