Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release checklist #357

Open
3 tasks
stannam opened this issue Jul 24, 2024 · 0 comments
Open
3 tasks

Release checklist #357

stannam opened this issue Jul 24, 2024 · 0 comments

Comments

@stannam
Copy link
Member

stannam commented Jul 24, 2024

Just a short checklist before releasing a version!

  • Update the VERSION variable in constant.py. The Help button relies on this variable to decide which readthedocs page to load!
    VERSION should be a tuple of (major, minor, patch). For example, VERSION = (1,0,0) for version 1.0.0. Make sure it matches the release tag on GitHub.
  • Freeze by running pyinstaller slapp.spec. If the command does not work, try pip install -r requirements_freeze.txt first.
  • (MacOS only) After the freeze, convert SLPAA.app into a disk image (SLPAA.dmg). build_dmg.sh is a shell script designed for this, but it is not optimal.

(list not complete)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant