From 3ea975d7050a3054519d442b1c886d70d1c62234 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Wed, 3 Jul 2024 21:30:11 -0600 Subject: [PATCH] release trigger --- build.savant | 4 ++-- docker/fusionauth/release-trigger | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.savant b/build.savant index d592d10..84e2b83 100644 --- a/build.savant +++ b/build.savant @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2023, FusionAuth, All Rights Reserved + * Copyright (c) 2018-2024, FusionAuth, All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -68,7 +68,7 @@ target(name: "publish", description: "Releases the Docker images to DockerHub") def branch = new String(process.getInputStream().readAllBytes(), StandardCharsets.UTF_8).trim() // The theory is that if we release from a maintenance branch, a staging branch etc. this will be a pre-release or a maintenance release. - def latestVersion = "master" == branch && !project.version.isPreRelease() + def latestVersion = "main" == branch && !project.version.isPreRelease() def args = ["./publish.sh", "${project.version}" as String, "${latestVersion}" as String] pb = new ProcessBuilder(args).inheritIO().directory(new File('./docker/fusionauth')) diff --git a/docker/fusionauth/release-trigger b/docker/fusionauth/release-trigger index 4acc544..1728508 100644 --- a/docker/fusionauth/release-trigger +++ b/docker/fusionauth/release-trigger @@ -1,3 +1,3 @@ -version=1.51.1 +version=1.51.2 latestVersion=true tagSuffix=