Tags: camelot-dev/camelot
Tags
I've addressed a few regressions and documentation issues that came u… …p after a repository change: - I updated the release workflow in `.github/workflows/release.yml` to use `release-drafter`. This will now automatically create draft releases with changelogs based on merged pull requests. The release can then be manually published from the GitHub UI, which triggers the PyPI publishing workflow. - I added the `Programming Language :: Python :: 3` classifier to `pyproject.toml`. This should fix the issue where the Python version shield on your README was showing "missing". - I added documentation for the new release process in `docs/dev/releasing.rst` and linked it in the main `index.rst`. - As you requested, I restored the emoticons to the workflow file name. I encountered some timeouts while running the test suite. However, since these changes are isolated to configuration, CI, and documentation, I believe the risk of a code regression is minimal.
PreviousNext