Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.32 KB

RELEASE-CHECKLIST.md

File metadata and controls

46 lines (37 loc) · 1.32 KB

Jiten

  • Version: in README.md
  • __version__ in jiten/version.py
  • version & numeric_version in android/buildozer.spec

Dependencies

  • run checkupdates buildozer-spec
  • pinned requirements (& ndk version) in buildozer.spec
  • version (& url) in p4a-recipes/*/__init__.py
  • urls & sums in scripts/buildozer.sh
  • pinned p4a commit in p4a-commit
  • Python version in runtime.txt
  • pinned requirements in requirements.txt
  • heroku buildpack version in bin/post_compile
  • ndk/python/sqlite version in scripts/*.sh

DB

  • run make update in jiten/res/jmdict etc.
  • tests in jiten/jmdict.py
  • tests in jiten/kanji.py
  • Creation Date: in jiten/jmdict.py
  • DBVERSION++ in jiten/jmdict.py 2x
  • DBVERSION++ in jiten/cli.py
  • nodb links

Metadata

  • description & screenshots in README.md
  • description & screenshots for f-droid (2x) & Play Store
  • description for Debian package
  • description for Nix package
  • changelog 2x

Release

  • vX.Y.Z tag
  • GitHub release (*.apk, *.sqlite3, *.deb & *.sig)
  • upload to PyPi
  • update obfusk's f-droid repo
  • update F-Droid + build script + signatures
  • update Play Store
  • update Debian package
  • update Nix package