Update location of appimage Makefile

This commit is contained in:
Dan Yeaw 2021-01-20 22:01:04 -05:00
parent 0e12884e29
commit 353719a971

View File

@ -4,7 +4,7 @@ Although we strive to make releases as automated as possible, there are a few st
All of the items in the draft release should be under the Features, Bug Fixes, or Maintenance headings.
- [ ] Test the previous build packages in Windows and macOS to ensure they launch successfully.
- [ ] Bump the version by updating it in the `pyproject.toml` file or by running `poetry version X.X.X`.
- [ ] Bump the AppImage version by running `cd appimage`, `make update VERSION=a.b.c`
- [ ] Bump the AppImage version by running `cd packaging/appimage`, `make update VERSION=a.b.c`
- [ ] Go to the release, click on edit draft. Add a summary to the title in the draft release.
- [ ] In the draft release, update the version tag to the correct version (remove the v in front). Click on Publish Release.
- [ ] Wait for the build to finish and the release artifacts to be uploaded. The PyPI release is made automatically during