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
|
||||
info:
|
||||
title: CHANGELOG
|
||||
repository_url: https://github.com/camunda-community-hub/camunda-helm
|
||||
repository_url: https://github.com/tommy-skaug/charts
|
||||
options:
|
||||
commits:
|
||||
filters:
|
||||
Type:
|
||||
- Added
|
||||
- Changed
|
||||
- Deprecated
|
||||
- Removed
|
||||
- Fixed
|
||||
- Security
|
||||
- Added
|
||||
- Changed
|
||||
- Deprecated
|
||||
- Removed
|
||||
- Fixed
|
||||
- Security
|
||||
commit_groups:
|
||||
# title_maps:
|
||||
# feat: Features
|
||||
# fix: Bug Fixes
|
||||
# perf: Performance Improvements
|
||||
# refactor: Code Refactoring
|
||||
# title_maps:
|
||||
# feat: Features
|
||||
# fix: Bug Fixes
|
||||
# perf: Performance Improvements
|
||||
# refactor: Code Refactoring
|
||||
header:
|
||||
pattern: "^((\\w+)\\s.*)$"
|
||||
pattern_maps:
|
||||
- Subject
|
||||
- Type
|
||||
- Subject
|
||||
- Type
|
||||
notes:
|
||||
keywords:
|
||||
- BREAKING CHANGE
|
||||
- BREAKING CHANGE
|
||||
|
|
Loading…
Reference in a new issue