mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Add dates to changelog entries
Automated with this script:
```bash
git tag -l | sed 's/^v//g' |
xargs --replace bash -c 'sed -r -i "s/^({})$/\1 - $(git show --format=%ad --date=short --no-patch v{})/g" CHANGELOG.md'
sed -r -i 's/^(=+)$/\1=============/g' CHANGELOG.md
# - 2019-01-01
```
Thanks @hynek for the suggestion
This commit is contained in:
parent
c65dd3ea3a
commit
f72a82359c
1 changed files with 256 additions and 256 deletions
512
CHANGELOG.md
512
CHANGELOG.md
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue