Skip to content

Commit

Permalink
chore: update jreleaser docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar committed Oct 11, 2022
1 parent 50a8ae8 commit f01eb2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project:
release:
github:
overwrite: true
draft: true
draft: false
sign: true
releaseName: '{{tagName}}'
skipTag: true
Expand All @@ -35,6 +35,7 @@ release:
formatted: always
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
skipMergeCommits: true
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
Expand Down Expand Up @@ -77,8 +78,10 @@ distributions:
mainClass: com.javastreets.mulefd.app.Application
sdkman:
active: release
continueOnError: true
brew:
active: release
continueOnError: true
extraProperties:
skipJava: true
scoop:
Expand All @@ -96,6 +99,9 @@ distributions:
docker:
active: release
baseImage: adoptopenjdk/openjdk8:jdk8u242-b08-ubuntu
registries:
- serverName: DEFAULT
username: manikmagar
imageNames:
- "{{repoOwner}}/{{distributionName}}:latest"
- "{{repoOwner}}/{{distributionName}}:{{projectVersionMajor}}"
Expand Down

0 comments on commit f01eb2b

Please sign in to comment.