Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
Redowan Delowar edited this page Feb 19, 2020 · 3 revisions

Welcome to the rush wiki!

Deployment Notes

You have to bump the version in two places. Bummer!!!

  • Bump the __version__ variable in rush_cli/__init__.py
  • Bump the version variable in pyproject.toml
  • Push to master branch and the CI will take care of the deployment to PyPI
  • To skip the CI while pushing to the master branch, commit like this:
    git commit -m "Fixed bugs [skip-ci]"
    

Todo

  • Fix the comments of walk_up functions in rush_cli.utils
  • Fix ascii error on some systems
  • Test on macos
  • MAKE IS DOWNLOADABLE WITHOUT PIP
Clone this wiki locally