Skip to content

Commit 399c588

Browse files
committed
createrelease: small tweaks
1 parent 4a4f691 commit 399c588

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

createrelease

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
#
5959
# Remove "-rc1" from versions. Test: git grep "\-rc[0-9]"
6060
#
61-
# git tag 2.8 ; git push --tags
62-
# ./createrelease 2.8
63-
#
6461
# Create a release folder on sourceforge:
6562
# https://sourceforge.net/projects/cppcheck/files/cppcheck/
6663
#
64+
# git tag 2.8 ; git push --tags
65+
# ./createrelease 2.8
66+
#
6767
# copy msi from release-windows
6868
# copy manual from build-manual
6969
#
@@ -79,7 +79,7 @@
7979
#
8080
# run daca with new release
8181
# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION
82-
# 2. scp tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
82+
# 2. scp -i ../.ssh/osuosl_id_rsa tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
8383
#
8484
# self check, fix stylistic issues:
8585
# ./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

0 commit comments

Comments
 (0)