Skip to content

Commit e10454a

Browse files
committed
createrelease: minor updates
1 parent 4243727 commit e10454a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

createrelease

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h cli gui/*.cpp --suppress=functionConst --suppress=functionStatic -q lib
1111
#
1212
# check --bug-hunting output:
13-
# ./cppcheck -D__CPPCHECK__ --bug-hunting lib
13+
# make clean && make -j4 USE_Z3=yes && ./cppcheck -D__CPPCHECK__ --bug-hunting lib
1414
#
1515
# Update translations
1616
# lupdate gui.pro
1717
#
1818
# Update copyright year
19-
# git diff 1.90 -- */*.cpp */*.h | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-201./Copyright (C) 2007-2020/'
19+
# git diff 2.3 -- */*.cpp */*.h | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-20[12]./Copyright (C) 2007-2021/'
2020
# git diff | grep '^diff --git a/'
2121
#
2222
# Make sure "cppcheck --errorlist" works. For example with:

0 commit comments

Comments
 (0)