Skip to content

Commit b2477d4

Browse files
committed
createrelease: Update AUTHORS command
1 parent f5c0ae6 commit b2477d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

createrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ./cppcheck --xml-version=2 --errorlist > errlist.xml && xmllint --noout errlist.xml
1515
#
1616
# Update AUTHORS using output from:
17-
# git log --format='%aN' 1.72..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less
17+
# git log --format='%aN' 1.77..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less
1818
#
1919
# Update version numbers in:
2020
# sed -i "s/1.[0-9][0-9].99/1.62/" cli/main.cpp

0 commit comments

Comments
 (0)