Skip to content

Commit

Permalink
createrelease: small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Aug 28, 2022
1 parent 4a4f691 commit 399c588
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions createrelease
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
#
# Remove "-rc1" from versions. Test: git grep "\-rc[0-9]"
#
# git tag 2.8 ; git push --tags
# ./createrelease 2.8
#
# Create a release folder on sourceforge:
# https://sourceforge.net/projects/cppcheck/files/cppcheck/
#
# git tag 2.8 ; git push --tags
# ./createrelease 2.8
#
# copy msi from release-windows
# copy manual from build-manual
#
Expand All @@ -79,7 +79,7 @@
#
# run daca with new release
# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION
# 2. scp tools/donate-cpu-server.py [email protected]:/var/daca@home/
# 2. scp -i ../.ssh/osuosl_id_rsa tools/donate-cpu-server.py [email protected]:/var/daca@home/
#
# self check, fix stylistic issues:
# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h cli gui/*.cpp lib
Expand Down

0 comments on commit 399c588

Please sign in to comment.