META-INF.jreleaser.changelog.preset-conventional-commits.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-model-impl Show documentation
Show all versions of jreleaser-model-impl Show documentation
JReleaser Model implementation
The newest version!
labelers:
- label: 'merge'
title: 'Merge pull'
order: 0
- label: 'merge'
title: 'Merge branch'
order: 5
- label: 'build'
title: 'regex:^(?:build(?:\(.*\))?!?):\s.*'
order: 10
- label: 'chore'
title: 'regex:^(?:chore(?:\(.*\))?!?):\s.*'
order: 20
- label: 'ci'
title: 'regex:^(?:ci(?:\(.*\))?!?):\s.*'
order: 30
- label: 'docs'
title: 'regex:^(?:docs(?:\(.*\))?!?):\s.*'
order: 40
- label: 'feat'
title: 'regex:^(?:feat(?:\(.*\))?!?):\s.*'
order: 50
- label: 'fix'
title: 'regex:^(?:fix(?:\(.*\))?!?):\s.*'
order: 60
- label: 'perf'
title: 'regex:^(?:perf(?:\(.*\))?!?):\s.*'
order: 70
- label: 'refactor'
title: 'regex:^(?:refactor(?:\(.*\))?!?):\s.*'
order: 80
- label: 'revert'
title: 'regex:^(?:revert(?:\(.*\))?!?):\s.*'
order: 90
- label: 'style'
title: 'regex:^(?:style(?:\(.*\))?!?):\s.*'
order: 100
- label: 'test'
title: 'regex:^(?:test(?:\(.*\))?!?):\s.*'
order: 110
categories:
- title: '๐ Merge'
key: 'merge'
order: 0
labels:
- 'merge'
- title: '๐ Features'
key: 'features'
order: 10
labels:
- 'feat'
- title: '๐ Fixes'
key: 'fixes'
order: 20
labels:
- 'fix'
- title: '๐๏ธ Changes'
key: 'changes'
order: 30
labels:
- 'perf'
- 'refactor'
- 'revert'
- 'style'
- title: '๐งช Tests'
key: 'test'
order: 35
labels:
- 'test'
- title: '๐งฐ Tasks'
key: 'tasks'
order: 40
labels:
- 'chore'
- title: '๐ Build'
key: 'build'
order: 50
labels:
- 'test'
- 'build'
- 'ci'
- title: '๐ Documentation'
key: 'docs'
order: 60
labels:
- 'docs'
format: '- {{commitShortHash}} {{#commitIsConventional}}{{#conventionalCommitIsBreakingChange}}๐จ {{/conventionalCommitIsBreakingChange}}{{#conventionalCommitScope}}**{{conventionalCommitScope}}**: {{/conventionalCommitScope}}{{conventionalCommitDescription}}{{#conventionalCommitBreakingChangeContent}} - *{{conventionalCommitBreakingChangeContent}}*{{/conventionalCommitBreakingChangeContent}}{{/commitIsConventional}}{{^commitIsConventional}}{{commitTitle}}{{/commitIsConventional}}{{#commitHasIssues}}, closes{{#commitIssues}} {{issue}}{{/commitIssues}}{{/commitHasIssues}}'