1
0
Fork 0

Adding upstream version 0.24.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-16 20:38:50 +02:00
parent 0b53ff4373
commit fbd716708c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 955 additions and 0 deletions

19
.github/workflows/update_semver.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Update Major Minor Tags
on:
push:
branches-ignore:
- "**"
tags:
- "*.*.*"
workflow_dispatch:
jobs:
update_major_minor_tags:
name: Make sure major and minor tags are up to date on a patch release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Update semver
uses: haya14busa/action-update-semver@v1