• Jannik S's avatar
    feat: show latest changes in releases · 95b20f3c
    Jannik S authored
    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.
    95b20f3c
build-release.yml 1.65 KB