Skip to content

Commit

Permalink
build: Let release continue when a packager fails
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 1, 2023
1 parent 08defc1 commit 7ad92a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jreleaser.yml
Expand Up @@ -293,15 +293,18 @@ distributions:
branchPush: '{{projectName}}-{{tagName}}'
chocolatey:
active: ALWAYS
continueOnError: true
remoteBuild: true
title: JReleaser
iconUrl: 'https://rawcdn.githack.com/jreleaser/jreleaser/0934fa1fa3f0bd09c0c8c39fbdeb5df2ce507457/src/media/icon_128x128.png'
repository:
active: RELEASE
jbang:
active: ALWAYS
continueOnError: true
macports:
active: ALWAYS
continueOnError: true
categories:
- devel
- java
Expand All @@ -312,13 +315,15 @@ distributions:
name: jreleaser-macports
scoop:
active: ALWAYS
continueOnError: true
repository:
active: RELEASE
sdkman:
active: RELEASE
continueOnError: true
snap:
active: ALWAYS
continueOnError: true
remoteBuild: true
base: core18
architectures:
Expand All @@ -339,6 +344,7 @@ distributions:
- dot-config-files
spec:
active: ALWAYS
continueOnError: true
repository:
active: RELEASE
name: jreleaser-copr
Expand All @@ -361,6 +367,7 @@ distributions:
jreleaser-standalone:
appImage:
active: ALWAYS
continueOnError: true
componentId: org.jreleaser.cli
developerName: JReleaser
categories:
Expand All @@ -371,13 +378,15 @@ distributions:
commitMessage: 'jreleaser {{tagName}}'
brew:
active: ALWAYS
continueOnError: true
formulaName: jreleaser
multiPlatform: true
repository:
active: RELEASE
commitMessage: 'jreleaser {{tagName}}'
docker:
active: ALWAYS
continueOnError: true
repository:
active: ALWAYS
commitMessage: 'jreleaser {{tagName}}'
Expand Down Expand Up @@ -412,6 +421,7 @@ distributions:
type: NATIVE_PACKAGE
winget:
active: RELEASE
continueOnError: true
package:
name: jreleaser
repository:
Expand Down

0 comments on commit 7ad92a2

Please sign in to comment.