From f87289faf2ab78b8092f37a5ebbe6f7ad43bd60c Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Thu, 25 May 2023 19:43:21 -0700 Subject: [PATCH] build: Using main as default branch --- jreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index 1560a928a..41b48ebb2 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -27,7 +27,7 @@ project: stereotype: CLI vendor: Redis icons: - - url: https://raw.githubusercontent.com/redis-developer/riot/master/src/media/icon_256x256.png + - url: https://raw.githubusercontent.com/redis-developer/riot/main/src/media/icon_256x256.png width: 256 height: 256 java: @@ -258,13 +258,13 @@ distributions: active: RELEASE owner: flathub name: com.redis.riot.cli - branch: master + branch: main branchPush: '{{projectName}}-{{tagName}}' chocolatey: active: ALWAYS remoteBuild: true title: RIOT - iconUrl: 'https://raw.githubusercontent.com/redis-developer/riot/master/src/media/icon_128x128.png' + iconUrl: 'https://raw.githubusercontent.com/redis-developer/riot/main/src/media/icon_128x128.png' bucket: active: RELEASE jbang: