createrelease: Update AUTHORS command
This commit is contained in:
parent
f5c0ae6637
commit
b2477d46c5
|
@ -14,7 +14,7 @@
|
|||
# ./cppcheck --xml-version=2 --errorlist > errlist.xml && xmllint --noout errlist.xml
|
||||
#
|
||||
# Update AUTHORS using output from:
|
||||
# git log --format='%aN' 1.72..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less
|
||||
# git log --format='%aN' 1.77..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less
|
||||
#
|
||||
# Update version numbers in:
|
||||
# sed -i "s/1.[0-9][0-9].99/1.62/" cli/main.cpp
|
||||
|
|
Loading…
Reference in New Issue