ci: add automated release workflow and changelog management (#47)

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
Noste
2026-05-15 18:14:15 +02:00
committed by GitHub
parent c8cb3c4923
commit c45846535c
9 changed files with 170 additions and 10 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ name: build
on:
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-*'
jobs:
build: