From 57b83471f5101877762bc7c6686db4989b4e8f14 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Thu, 20 Mar 2025 15:43:11 +0100 Subject: [PATCH 1/2] Trigger release for Weld API 7.0.Alpha1 --- .github/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index a50b95ac..22b87e74 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: Weld API release: - current-version: 6.0.Final - next-version: 6.0-SNAPSHOT \ No newline at end of file + current-version: 7.0.Alpha1 + next-version: 7.0-SNAPSHOT \ No newline at end of file From c5335826d90333637dcbe6669ad4646b5a64f01f Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Thu, 20 Mar 2025 15:45:30 +0100 Subject: [PATCH 2/2] Fix branch reference for a GH action used in release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d8b38cc..1c7d501a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Retrieve project metadata id: metadata - uses: radcortez/project-metadata-action@master + uses: radcortez/project-metadata-action@main with: github-token: ${{secrets.GITHUB_TOKEN}} metadata-file-path: '.github/project.yml'