forked from danmar/cppcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
createrelease: some updates to release notes [ci skip] (danmar#6963)
- Loading branch information
Showing
1 changed file
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ | |
# sed -i -r "s/version 2[.][0-9]+([.]99)*/version 2.13.0/" cli/main.cpp | ||
# sed -i -r "s|VERSION 2[.][0-9]+[.]99|VERSION 2.13.0|" CMakeLists.txt # version must have 3 parts. | ||
# sed -i -r "s/CPPCHECK_MINOR_VERSION [0-9]+/CPPCHECK_MINOR_VERSION 13/" lib/version.h | ||
# sed -i -r "s/CPPCHECK_BUGFIX_VERSION 99/CPPCHECK_BUGFIX_VERSION 0/" lib/version.h | ||
# sed -i -r "s/2[.][0-9]+([.]99)*( dev)*/2.13.0/" win_installer/productInfo.wxi | ||
# sed -i -r "s/subtitle: Version 2\.[0-9]+.*/subtitle: Version 2.13/" man/*.md | ||
# Ensure that "-rc1" is added in productInfo.wxi and lib/version.h | ||
|
@@ -63,8 +64,7 @@ | |
# | ||
# Update the Makefile: | ||
# make dmake && ./dmake --release | ||
# Uppdatera CI så att dmake körs med --release | ||
# git commit -a -m "2.8: Updated Makefile" | ||
# git commit -a -m "2.8: Updated Makefile [ci skip]" | ||
# | ||
# Ensure that CI is happy | ||
# | ||
|
@@ -88,9 +88,6 @@ | |
# | ||
# Update download link on index.php main page | ||
# | ||
# Write Changelog | ||
# git log 2.11.0..2.12.0 > Changelog | ||
# | ||
# Trac: | ||
# 1. Create ticket "2.12 safety cosmetic changes" | ||
# 2. Check priorities for all tickets in milestone. Should be: safety-* | ||
|
@@ -110,11 +107,11 @@ | |
# 2. scp -i ~/.ssh/osuosl_id_rsa tools/donate-cpu-server.py [email protected]:/var/daca@home/ | ||
# | ||
# Backup: | ||
# * trac: cd /var && nice tar -cJf trac.tar.xz trac-cppcheck | ||
# * daca: cd /var && nice tar -cJf daca.tar.xz daca@home | ||
# * trac: cd /var && nice tar -cJf ~/trac.tar.xz trac-cppcheck/db/trac.db | ||
# * daca: cd /var && nice tar -cJf ~/daca.tar.xz daca@home | ||
# * git: git checkout -f && git checkout main && git pull && tar -cJf git.tar.xz .git | ||
# * Changelog | ||
# * mkdir out && python3 ~/cppchecksolutions/getWorkflowAndIssueLogs.py -r danmar/cppcheck -t 2.15.0 -p out | ||
# * git log 2.16.0..2.17.0 > Changelog | ||
# * mkdir out && python3 ~/cppchecksolutions/release/getWorkflowAndIssueLogs.py -r danmar/cppcheck -t 2.15.0 -p out | ||
|
||
# Folder/tag to use | ||
folder=$1 | ||
|