Commit Graph

5 Commits

Author SHA1 Message Date
Jun Siang Cheah b7ced4e4f1 feat: trigger docker build after release 2024-04-05 20:29:11 +01:00
Jannik S bbf9deabf0
fix: show lates changes in releases
fix for ##1048
2024-03-07 11:41:23 +01:00
Jannik S 95b20f3cb8
feat: show latest changes in releases
This should show the latest Changes in the CHANGELOG.md file when creating a new release.

For now it only shows "Automatically created new release".

It is running 'awk '/^## [/{n++} n==1' CHANGELOG.md' which extracts the latest changes. Note: I only tested the command on my linux machine, worked.
2024-03-05 16:45:47 +01:00
Loan J a3eb7157f0
Update build-release.yml 2024-02-22 12:06:20 -05:00
Loan J c89c27d351
Add release creation workflow 2024-02-21 18:46:33 -05:00