mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 05:08:01 -05:00
1.1 KiB
1.1 KiB
Release PR Checklist
Pre-release Checks
- Version number follows semantic versioning
- All CI checks pass
- Changelog is up to date
- Documentation reflects new changes
- All tests pass locally
Build Requirements
The release build process requires the following dependencies:
- gcc
- musl-dev
- mupdf
- mupdf-dev
Release Process
- Tag will trigger automatic release build via GoReleaser
- Binary will be built with CGO enabled and musl tag
- Release artifacts will include:
- Linux x86_64 binary (statically linked)
- Source code (zip/tar.gz)
- Binary checksums
- Docker images
Post-release
- Verify binary works on a clean system
- Test environment variable configuration
- Check OCR functionality
- Confirm OpenAI/Ollama integration
- Update documentation if needed
Notes
- Current release only supports Linux/amd64 due to CGO and mupdf dependencies
- Users should install system dependencies as documented in README
- Docker remains the recommended installation method for most users