WIP
All checks were successful
run tests / check (push) Successful in 24s
run tests / release (push) Successful in 15s

This commit is contained in:
2025-12-05 21:05:59 +01:00
parent bd50bef4ad
commit 27857def4b
40 changed files with 2720 additions and 0 deletions

13
sync-versions/action.yaml Normal file
View File

@@ -0,0 +1,13 @@
name: "sync version descriptors"
description: "update all version descriptors to the planned version."
inputs: {}
runs:
using: composite
steps:
- name: sync versions
run: |
nix run ${{ github.action_path }} -- \
sync-versions \
--state "${RELEASE_ACTION_STATEFILE}"