From 5c80f91a137a1a45618014619caaa51f8d122b45 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 22 Mar 2024 20:22:23 +0100 Subject: [PATCH 1/2] build: actually release all artifacts --- .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 007d60ef..d436b1d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: env: JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.select.current.platform + mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release - name: 'JReleaser output' if: always() From b264d590517123c64bfc18dc988555aa12fafa0d Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 22 Mar 2024 20:23:08 +0100 Subject: [PATCH 2/2] chore: release 0.0.6 --- .github/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index ccd999e7..97ac790d 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,5 +1,5 @@ name: power-server release: - current-version: 0.0.5 - next-version: 0.0.6-SNAPSHOT + current-version: 0.0.6 + next-version: 0.0.7-SNAPSHOT