Skip to content

Commit 56cd86d

Browse files
committed
createrelease: updates
1 parent 451e072 commit 56cd86d

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

createrelease

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# Test cppcheck on itself.
66
# cppcheck -q -j2 --inconclusive --enable=all lib
77
#
8+
# Update translations
9+
# lupdate gui.pro
10+
#
811
# Make sure "cppcheck --errorlist" works. For example with:
912
# make test
1013
# cppcheck --errorlist > errlist.xml
@@ -13,12 +16,12 @@
1316
# xmllint --noout errlist.xml
1417
#
1518
# Update AUTHORS using output from:
16-
# git log --format='%aN' | sort -u
19+
# git log --format='%aN' | sort -u > AUTHORS2
20+
# diff -y AUTHORS AUTHORS2 | less
1721
#
1822
# Update version numbers in:
1923
# sed -i "s/1.[0-9][0-9].99/1.62/" cli/main.cpp
20-
# sed -i "s/1,[0-9][0-9],99,0/1,62,0,0/" lib/version.h
21-
# sed -i "s/1.[0-9][0-9] dev/1.62/" lib/version.h
24+
# sed -i "s/MINOR [0-9][0-9]/MINOR 62/" lib/version.h
2225
# sed -i "s/1.[0-9][0-9] dev/1.62/" man/manual.docbook
2326
# sed -i "s/1.[0-9][0-9] dev/1.62/" win_installer/productInfo.wxi
2427
# sed -i "s/1.[0-9][0-9].99/1.62/" win_installer/productInfo.wxi
@@ -56,7 +59,9 @@
5659
# Upload manual.pdf , manual.html and version.txt...
5760
# sftp danielmarjamaki,cppcheck@web.sourceforge.net
5861
#
59-
# save "cppcheck --doc" output on wiki
62+
# write a news
63+
#
64+
# save "cppcheck --doc" output on wiki, write new release date on wikis
6065
#
6166
# compile new democlient:
6267
# ssh -t danielmarjamaki,cppcheck@shell.sourceforge.net

0 commit comments

Comments
 (0)