Skip to content
Harald Glock edited this page Jul 1, 2018 · 8 revisions

Checklist for releasing a new version

  • Update version, DB version, … in common/includes/constants.php
  • Update README (git log --oneline R4.4.1.0..)
  • Create todelete.txt file if needed
  • Update cache/checksums.sha1 file
  • Create a release on github
    • Download release and upload to evekb.org (Name: EDKx.y.z.a.zip)
  • Check the changed files to create an auto-updater archive:
    • git diff --name-only R4.4.1.0 (last release was R4.4.1.0)
  • Create the zip archive for autoupdater
    • e.g. zip ../CodeUpdate4.4.0.0-4.4.1.0.zip -xinstall/\* `git diff --name-only R4.4.0.0`
    • install folder must not be included!
  • Upload autoupdater archive to evekb.org
  • Update the update2.xml file on evekb.org
Clone this wiki locally