Skip to content

Commit

Permalink
Add semantic versioning to job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Jun 3, 2024
1 parent d8b906b commit 9b80862
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ jobs:
- name: Check
run: ./gradlew check

# ================================
# SEMANTIC VERSIONING
# ================================
- name: Semantic versioning
if: ${{ matrix.jdk == 21 }}
run: |
SEMVER=`cat ./api-compatibility/build/semver.txt`
URL="https://dev.leakyabstractions.com/result/semver-${SEMVER}.json"
echo "https://img.shields.io/endpoint?url=$URL" >> $GITHUB_STEP_SUMMARY
# ================================
# COMPATIBILITY REPORT
# ================================
Expand Down

0 comments on commit 9b80862

Please sign in to comment.