allowing for snapshot version calculation
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m12s

This commit is contained in:
Pat Garrity 2024-03-22 22:32:56 -05:00
parent bff0ba6969
commit 52b285fccf
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -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