Adding upstream version 0.24.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0b53ff4373
commit
fbd716708c
11 changed files with 955 additions and 0 deletions
19
.github/workflows/update_semver.yml
vendored
Normal file
19
.github/workflows/update_semver.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue