Add script to generate simple changelogs (#668)

This commit is contained in:
Chevdor
2021-10-15 17:42:21 +02:00
committed by GitHub
parent 0e01e633bb
commit 86ed61c694
3 changed files with 25 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Changelog
Currently, the changelog is built locally.
Run:
```
./changelog.sh <ref_since>
```
For instance:
```
./changelog.sh statemine_v4
```