fix: change url from source to this repo
This commit is contained in:
parent
9c8ad30b3d
commit
3a3734ecab
1 changed files with 15 additions and 15 deletions
|
@ -2,28 +2,28 @@ style: github
|
||||||
template: CHANGELOG.tpl.md
|
template: CHANGELOG.tpl.md
|
||||||
info:
|
info:
|
||||||
title: CHANGELOG
|
title: CHANGELOG
|
||||||
repository_url: https://github.com/camunda-community-hub/camunda-helm
|
repository_url: https://github.com/tommy-skaug/charts
|
||||||
options:
|
options:
|
||||||
commits:
|
commits:
|
||||||
filters:
|
filters:
|
||||||
Type:
|
Type:
|
||||||
- Added
|
- Added
|
||||||
- Changed
|
- Changed
|
||||||
- Deprecated
|
- Deprecated
|
||||||
- Removed
|
- Removed
|
||||||
- Fixed
|
- Fixed
|
||||||
- Security
|
- Security
|
||||||
commit_groups:
|
commit_groups:
|
||||||
# title_maps:
|
# title_maps:
|
||||||
# feat: Features
|
# feat: Features
|
||||||
# fix: Bug Fixes
|
# fix: Bug Fixes
|
||||||
# perf: Performance Improvements
|
# perf: Performance Improvements
|
||||||
# refactor: Code Refactoring
|
# refactor: Code Refactoring
|
||||||
header:
|
header:
|
||||||
pattern: "^((\\w+)\\s.*)$"
|
pattern: "^((\\w+)\\s.*)$"
|
||||||
pattern_maps:
|
pattern_maps:
|
||||||
- Subject
|
- Subject
|
||||||
- Type
|
- Type
|
||||||
notes:
|
notes:
|
||||||
keywords:
|
keywords:
|
||||||
- BREAKING CHANGE
|
- BREAKING CHANGE
|
||||||
|
|
Loading…
Reference in a new issue