Skip to content

Commit

Permalink
build: Update release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 23, 2023
1 parent 3389a01 commit a19fd60
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,39 +39,39 @@ release:
enabled: true
formatted: ALWAYS
preset: conventional-commits
#contributors:
# format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
#contentTemplate: 'src/jreleaser/changelog.tpl'
#labelers:
# - label: 'dependencies'
# title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
# order: 120
# - label: 'allcontributors1'
# title: 'regex:^docs: update .all-contributorsrc.*'
# order: -1
# - label: 'allcontributors2'
# title: 'regex:^docs: update CONTRIBUTORS.md.*'
# order: -2
#categories:
# - title: '⚙️ Dependencies'
# key: 'dependencies'
# order: 70
# labels:
# - 'dependencies'
# - title: 'allcontributors'
# order: 59
# labels:
# - 'allcontributors1'
# - 'allcontributors2'
#hide:
# categories:
# - 'merge'
# - 'allcontributors'
# contributors:
# - 'GitHub'
# - 'allcontributors'
#replacers:
# - search: 'deps: '
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
contentTemplate: 'src/jreleaser/changelog.tpl'
labelers:
- label: 'dependencies'
title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
order: 120
- label: 'allcontributors1'
title: 'regex:^docs: update .all-contributorsrc.*'
order: -1
- label: 'allcontributors2'
title: 'regex:^docs: update CONTRIBUTORS.md.*'
order: -2
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 70
labels:
- 'dependencies'
- title: 'allcontributors'
order: 59
labels:
- 'allcontributors1'
- 'allcontributors2'
hide:
categories:
- 'merge'
- 'allcontributors'
contributors:
- 'GitHub'
- 'allcontributors'
replacers:
- search: 'deps: '

signing:
active: ALWAYS
Expand Down

0 comments on commit a19fd60

Please sign in to comment.