From 52b285fccf8c4c34dcdad9ab26bb71acc46868b0 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Fri, 22 Mar 2024 22:32:56 -0500 Subject: [PATCH] allowing for snapshot version calculation --- .forgejo/workflows/pull_request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/pull_request.yaml b/.forgejo/workflows/pull_request.yaml index d33d3c7..8445a88 100644 --- a/.forgejo/workflows/pull_request.yaml +++ b/.forgejo/workflows/pull_request.yaml @@ -35,6 +35,7 @@ jobs: export GS_RELEASE_TYPE="patch" fi echo "Latest Commit: $latest_commit_message ($GS_RELEASE_TYPE) (SNAPSHOT)" + sbtn -Dsnapshot=true -Drelease="$GS_RELEASE_TYPE" semVerInfo - name: 'Unit Tests and Code Coverage' run: | sbtn clean