Wiki

Clone wiki

feat-morph / Development notes

Currently used platform is 8.1

Google Docs sheet tracking module versions

Compare two revisions: (20 is previous release) hg status --rev 20:tip

How to deploy:

  • todo check feat how to deploy notes
  • run bdeploy (to check everything compiles and to set branding dates)
  • do a "pre-release" commit
  • run diff between the current and previous revision
  • for all modified non-API modules increase the implementation number
  • for all modified API modules, check if API changed and increase the version number accordingly
  • run updateDependencies.bat
  • increase the implementation number for all updated modules that whose versions did not increase above
  • run bdeploy-full-test
  • run ...

Updated