added script for generating changelog from commits
This commit is contained in:
parent
670528cf85
commit
13e468ea06
1 changed files with 2 additions and 0 deletions
2
scripts/changelog.sh
Normal file
2
scripts/changelog.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
git log ${1}...${2} --pretty=format:'<li> <a href="https://github.com/pyr0ball/pyr0piezo/commit/%H">view commit •</a> %s</li> ' --reverse | grep "#changelog"
|
||||
Loading…
Reference in a new issue