You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently every PR needs to bump the version before the tests will pass.
This results in managing git conflicts as we all edit the same lines in CHANGELOG.md and setup.py
Instead, we can use a script, called by circleci, to bump the version after a deploy to master. We would only manually bump the version if it's a breaking change.
The text was updated successfully, but these errors were encountered:
Currently every PR needs to bump the version before the tests will pass.
This results in managing git conflicts as we all edit the same lines in CHANGELOG.md and setup.py
Instead, we can use a script, called by circleci, to bump the version after a deploy to master. We would only manually bump the version if it's a breaking change.
The text was updated successfully, but these errors were encountered: