-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release process #1445
Release process #1445
Conversation
SETUP.md
Outdated
1. Make sure that the code in main passes all the tests (unit and nightly tests). | ||
2. Update the version number in [reco_utils.py/__init__.py](reco_utils.py/__init__.py) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we need to modify the version from staging?
1. Make sure that the code in main passes all the tests (unit and nightly tests). | |
2. Update the version number in [reco_utils.py/__init__.py](reco_utils.py/__init__.py) | |
1. Start with staging branch (all unit and nightly tests should be green) | |
1. Update the version number in [reco_utils.py/__init__.py](reco_utils.py/__init__.py) | |
1. Push PR back to staging | |
1. Wait for PR to merge to staging | |
1. Create new PR from staging to main | |
1. Wait for PR to merge to main branch | |
1. Check out updated main branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try to come up with something simple
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gramhagen I made some changes in this part
Description
Related Issues
Checklist:
staging branch
and not tomain branch
.