automated versioning (#175)
Some checks failed
Build on RHEL9 / build (push) Successful in 2m20s
Build on RHEL8 / build (push) Failing after 2m24s

Co-authored-by: mazzol_a <mazzol_a@pc17378.psi.ch>
Co-authored-by: Erik Fröjdh <erik.frojdh@psi.ch>
This commit is contained in:
2025-05-06 14:48:54 +02:00
committed by GitHub
parent cf158e2dcd
commit 276283ff14
5 changed files with 76 additions and 3 deletions

View File

@ -1,6 +1,10 @@
source:
path: ../
{% set version = load_file_regex(load_file = 'VERSION', regex_pattern = '(\d+(?:\.\d+)*(?:[\+\w\.]+))').group(1) %}
package:
name: aare
version: 2025.4.22 #TODO! how to not duplicate this?
version: {{version}}
source:
path: ..