(patch) Update to SemVer plugin 0.2.2 and update build scripts. #7

Merged
pfm merged 8 commits from wrong-version-release into main 2024-03-23 03:50:06 +00:00
Showing only changes of commit 52b285fccf - Show all commits

View file

@ -35,6 +35,7 @@ jobs:
export GS_RELEASE_TYPE="patch" export GS_RELEASE_TYPE="patch"
fi fi
echo "Latest Commit: $latest_commit_message ($GS_RELEASE_TYPE) (SNAPSHOT)" echo "Latest Commit: $latest_commit_message ($GS_RELEASE_TYPE) (SNAPSHOT)"
sbtn -Dsnapshot=true -Drelease="$GS_RELEASE_TYPE" semVerInfo
- name: 'Unit Tests and Code Coverage' - name: 'Unit Tests and Code Coverage'
run: | run: |
sbtn clean sbtn clean