From 8fcd48ec318c5a552a34a3c0433722e94513312c Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 5 Oct 2023 09:05:24 +0200 Subject: [PATCH 1/2] chore(release-published.yml): update release job to use specific version of extension-release-published.yml for Hibernate 6 chore(release-published.yml): add new release job for Hibernate 5 using specific version of extension-release-published.yml --- .github/workflows/release-published.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index f1334e2d..e02193dd 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -10,6 +10,14 @@ permissions: pull-requests: write jobs: - release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.4.6 + release-hibernate6: + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-16025 + with: + branch: ${{ github.ref }} + secrets: inherit + + release-hibernate5: + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-16025 + with: + branch: 'refs/heads/hibernate5' secrets: inherit \ No newline at end of file From 352630d20fb4fbc146cb083526fde0de711df862 Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 5 Oct 2023 09:29:52 +0200 Subject: [PATCH 2/2] chore(pom.xml): remove empty line at the end of the file for consistency --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 903475ae..cf001c98 100644 --- a/pom.xml +++ b/pom.xml @@ -507,4 +507,3 @@ -