mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-08 22:08:02 +00:00
tools: update_changelog.sh and entire ChangeLog.
This commit is contained in:
parent
5cc43f2f16
commit
ae941268bd
9
tools/update_changelog.sh
Executable file
9
tools/update_changelog.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
FILE="$(dirname "$0")/../ChangeLog"
|
||||
UPDATECMD="git log --oneline --decorate"
|
||||
|
||||
echo "Updated on `date`." > $FILE
|
||||
echo "If working with git, use \`$UDATECMD\` for latest change log." >> $FILE
|
||||
echo "------------------------------------------------------------------------" >> $FILE
|
||||
$UPDATECMD >> $FILE
|
Loading…
Reference in New Issue
Block a user