1
0
Fork 0
commitizen-action/.github/workflows/update_semver.yml
Daniel Baumann fbd716708c
Adding upstream version 0.24.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-16 20:38:50 +02:00

19 lines
409 B
YAML

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