Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 530 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 530 Bytes

Contributing

Dev Env

pip3 install poetry

Release

Before release, you use must the PYPI_TOKEN environment to satisfy the pip3 publish requires.

For taosws:

export PYPI_TOKEN=xxx
./ci/release-ws.sh <new-version>

For taospy:

./ci/release.sh <new-version>

Release script will do:

  1. Generate changelog.
  2. Commit with changelog and version bump.
  3. Tag with new version
  4. Push commit directly to main branch.
  5. Push tags

Note that taosws and taospy use different versions.