Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release_process.md')
-rw-r--r--scripts/release_process.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/release_process.md b/scripts/release_process.md
index a4240b95..691c00c6 100644
--- a/scripts/release_process.md
+++ b/scripts/release_process.md
@@ -2,10 +2,12 @@
- run update_stuff.py from the scripts folder
- regenerate test output by running cmake with -DTEST_MODE=COLLECT and then running ctest
- run update_wandbox_link.py
+ - might need to do this first: set path=C:/Python27;%PATH%
- commit in dev
- merge dev in master and coverity_scan (and rebase them?)
- push all branches (git push --all)
- run update_changelog.py in master
+ - might need a tmp folder in the root drive (C or D)
- commit in master and push
- create github release with the same semver tag as the changelog
- merge master in dev