mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 01:15:30 -06:00
484 B
484 B
Release Checklist
- Ensure
backend/pyproject.tomlandfrontend/package.jsonhave the correct version number for the upcoming release. - Ensure
CHANGELOG.mdcontains all changes for the upcoming release, with the correct version number and date labeled.Unreleasedsection should not exist.- The version should match
pyproject.tomlandpackage.json.
- Ensure all tests pass locally, as well as the CI/CD pipeline.
- Correct all linting errors and warnings.