This repository has been archived on 2024-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
encrateia/create_changelog

4 lines
213 B
Bash
Executable File

#!/bin/bash
LANGUAGE=en_US.UTF-8 git log --pretty=format:'* `%cd` [%h](https://gitlab.informatom.com/3-schweinehunde/encrateia/-/commit/%h) - %d %s' --abbrev-commit --date=format:'%Y-%m-%d %H:%M' > changelog.txt