Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 631 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 631 Bytes

Contributing

Contributions are welcome and encouraged! See /issues for ideas, or suggest your own! If you're thinking to create a PR with large feature/change, please first discuss it in an issue.

Releasing new versions

  • Update version in tapo/Cargo.toml

  • Update version in tapo-py/pyproject.toml (two places)

  • Update CHANGELOG.md

  • Commit

  • Add tag

    git tag -a vX.X.X -m "vX.X.X"
  • Push

    git push --follow-tags
  • Create the release.