Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 611 Bytes

DEVELOPING.md

File metadata and controls

20 lines (16 loc) · 611 Bytes

Developing

Initial setup

  1. Install just: https://just.systems/man/en/packages.html
  2. just fetch to get default justfile from https://github.com/adamghill/dotfiles/
  3. just boostrap to install base tools

Bump version

  1. Update version in pyproject.toml
  2. Update CHANGELOG.md
  3. just update to install the package and all extras
  4. just test to run tests
  5. just docs-build to build documentation
  6. Commit changes
  7. Tag commit with new version
  8. Push git push --tags origin main
  9. just publish
  10. Update GitHub Releases