Compare commits

...

2 commits

Author SHA1 Message Date
f8a76b9496
spdlog: bump 1.15.0 -> 1.15.3
All checks were successful
spdlog / build-deb (map[runs-on-image:node-24-arm64]) (push) Successful in 2m29s
Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
2025-05-30 19:25:33 +02:00
33d99c5f0f
readme: add instructions for package bumping
Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
2025-05-30 19:25:21 +02:00
2 changed files with 9 additions and 2 deletions

View file

@ -14,8 +14,8 @@ on:
env:
REPO: https://github.com/gabime/spdlog
PKGNAME: spdlog
UPSTREAM_VER: '1.15.0'
EXTRA_VER: compair4
UPSTREAM_VER: '1.15.3'
EXTRA_VER: compair1
jobs:
build-deb:

View file

@ -1 +1,8 @@
# compAIR-extra-packages
## bumping packages
1. Increment `UPSTREAM_VER` in workflow to new release tag
2. Reset `EXTRA_VER` to `compair1`
Should be enough if nothing changed in the build system itself of the package.