development

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development [19-12-2017 22:41]
cwacha [Creating a New Release from Development Code]
development [28-06-2020 21:50] (current)
cwacha [Creating a New Release from Development Code]
Line 167: Line 167:
 ===== Creating a New Release from Development Code ===== ===== Creating a New Release from Development Code =====
  
 +  * update ''src/VERSION''
   * adjust ''src/lib/sql/*.sql'' schemas and db if necessary   * adjust ''src/lib/sql/*.sql'' schemas and db if necessary
-  * disable ''src/lib/lang/translator.php'' 
-  * request updates from translators 
   * update ''src/README.txt'' and ''src/INSTALL.txt''   * update ''src/README.txt'' and ''src/INSTALL.txt''
-  * run ''pkg/pkgmake.sh''+  * run ''pkg/pkgmake.sh all'' 
 +  * run ''pkg/pkgmake.sh deploy'' 
 +  * final test in DEV 
 +  * git tag -a -m "releasing version 4.1.0" release-v4.1.0 
 +  * git push origin --tags 
 +  * run ''pkg/pkgmake.sh all'' 
 +  * run ''pkg/pkgmake.sh deploy'' to DEV site (again) 
 +  * Draft new release in github (Release title: iaddressbook-4.1.0-191) 
 +  * Upload artifacts to github release 
 +  * adjust [[download]] and [[changelog]] 
 +  * run ''pkg/pkgmake.sh deploy'' to DEMO site
  
  • development.1513719668.txt.gz
  • Last modified: 19-12-2017 22:41
  • by cwacha