Skip to content

Release procedure

Marcel Klehr edited this page May 20, 2022 · 3 revisions
  1. Assemble CHANGELOG and determine new version number
  2. Bump version of
    • package.json
    • info.xml
    • Makefile
    • TagManager::RECOGNIZED_TAG
  3. run make all && make release
  4. Commit and tag changes as vx.x.x
  5. git push && git push --tags
  6. Wait for CI to pass
  7. Create Release on github and upload build
  8. Submit release on apps.nextcloud.com
Clone this wiki locally