createrelease: add entry about updating copyright year

This commit is contained in:
Daniel Marjamäki 2018-01-14 15:44:49 +01:00
parent c4caee6b18
commit 3704aa98d0
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
# Update translations
# lupdate gui.pro
#
# Update copyright year
# git diff c4caee6b1828e3688c88ebacfc8ac90eace8a7ac | grep '^diff --git a/' | sed 's|.* b/||' | xargs sed -i 's/Copyright (C) 2007-201./Copyright (C) 2007-2018/'
# git diff | grep '^diff --git a/'
#
# Make sure "cppcheck --errorlist" works. For example with:
# make test
# ./cppcheck --errorlist > errlist.xml && xmllint --noout errlist.xml