2 Commits

Author SHA1 Message Date
Mario Fetka
6bdb03fed2 Bump version to 0.99.pl28-dev
All checks were successful
Source release / source-package (push) Successful in 31s
2026-04-21 19:51:14 +02:00
Mario Fetka
e79832426b correct action
All checks were successful
Source release / source-package (push) Successful in 31s
2026-04-21 18:48:32 +02:00
2 changed files with 11 additions and 1 deletions

View File

@@ -19,7 +19,17 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
submodules: recursive
token: ${{ secrets.RELEASE_TOKEN }}
- name: Fetch tags explicitly
run: |
git fetch --force --tags
echo "describe:"
git describe --tags --exact-match || true
echo "points-at-head:"
git tag --points-at HEAD || true
- name: Update submodules explicitly
run: |

View File

@@ -7,7 +7,7 @@ enable_language(C)
SET (VERSION_MAJOR "0")
SET (VERSION_MINOR "99")
SET (VERSION_PATCH "27")
SET (VERSION_PATCH "28")
SET (MARS_NWE_VERSION_BASE "${VERSION_MAJOR}.${VERSION_MINOR}.pl${VERSION_PATCH}")
SET (MARS_NWE_VERSION "${MARS_NWE_VERSION_BASE}")