Skip to content

Commit

Permalink
docs: update release checklist
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
  • Loading branch information
narendasan committed Jul 18, 2020
1 parent efefc47 commit 7f0cde3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docsrc/RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
3. Version bump PR
- There should be a PR which will be the PR that bumps the actual version of the library, this PR should contain the following
- Bump version in `py/setup.py`
- Make sure dependency versions are updated in `py/requirements.txt`, `tests/py/requirements.txt` and `py/setup.py`
- Bump version in `cpp/api/include/macros.h`
- Add new link to doc versions in `docsrc/conf.py`
- Generate frozen docs for new version
Expand All @@ -40,3 +41,5 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
- TODO: Add cxx11-abi build for aarch64 when a manylinux container for aarch64 exists
- Generate Python packages for Python 3.5/3.6/3.7/3.8 for x86_64
- TODO: Build a manylinux container for aarch64
- `docker run -it -v$(pwd)/..:/workspace/TRTorch build_trtorch_wheel /bin/bash /workspace/TRTorch/py/build_whl.sh` generates all wheels
- To build container `docker build -t build_trtorch_wheel .`

0 comments on commit 7f0cde3

Please sign in to comment.