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 [28-12-2017 22:38]
cwacha [Creating a New Release from Development Code]
development [28-06-2020 21:50] (current)
cwacha [Creating a New Release from Development Code]
Line 169: Line 169:
   * update ''src/VERSION''   * 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'' 
   * update ''src/README.txt'' and ''src/INSTALL.txt''   * update ''src/README.txt'' and ''src/INSTALL.txt''
   * run ''pkg/pkgmake.sh all''   * run ''pkg/pkgmake.sh all''
   * run ''pkg/pkgmake.sh deploy''   * run ''pkg/pkgmake.sh deploy''
   * final test in DEV   * final test in DEV
-  * Upload artifacts to sourceforge+  * 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]]   * adjust [[download]] and [[changelog]]
   * run ''pkg/pkgmake.sh deploy'' to DEMO site   * run ''pkg/pkgmake.sh deploy'' to DEMO site
  
  • development.1514497114.txt.gz
  • Last modified: 28-12-2017 22:38
  • by cwacha