Python/.gitea/release_message.sh
Simon Diesenreiter 7dcf36df6d
Some checks are pending
CI / tests_mac (macos-latest, 3.9) (push) Blocked by required conditions
CI / tests_win (windows-latest, 3.9) (push) Blocked by required conditions
CI / linter (ubuntu-latest, 3.9) (push) Successful in 15s
Rename the project from template / rename-project (push) Successful in 13s
CI / tests_linux (ubuntu-latest, 3.9) (push) Successful in 14s
some mroe cleanup
2024-11-09 08:22:28 -08:00

4 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
git shortlog "${previous_tag}.." | sed 's/^./ &/'