-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[CI/CD] Update release workflow and introduce workflow for nightly releases #6602
[CI/CD] Update release workflow and introduce workflow for nightly releases #6602
Conversation
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, don't hesitate to ping @drewbanin. CLA has not been signed by users: @alexander-smolyakov |
- Update workflow docs - Change workflow name - Set `test_run` default value to `true`
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.
This looks good. We won't be setting up the temp slack channel in this repo so we need to update the token to be the final token.
…leases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI
…leases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI
…leases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI
…leases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI * Update release workflow (#6778) - Update AWS secrets - Rework condition for Slack notification --------- Co-authored-by: Emily Rockman <[email protected]>
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI * Update release workflow (#6778) - Update AWS secrets - Rework condition for Slack notification * update regex to match all iterations (#6839) * update regex to match all iterations * convert to num to match all adapters * add comments, remove extra . * clarify with more comments * Update .bumpversion.cfg Co-authored-by: Nathaniel May <[email protected]> --------- Co-authored-by: Nathaniel May <[email protected]> # Conflicts: # .bumpversion.cfg * put back correct version --------- Co-authored-by: Emily Rockman <[email protected]>
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI * Update release workflow (#6778) - Update AWS secrets - Rework condition for Slack notification * update regex to match all iterations (#6839) * update regex to match all iterations * convert to num to match all adapters * add comments, remove extra . * clarify with more comments * Update .bumpversion.cfg Co-authored-by: Nathaniel May <[email protected]> --------- Co-authored-by: Nathaniel May <[email protected]> # Conflicts: # .bumpversion.cfg * put back correct version --------- Co-authored-by: Emily Rockman <[email protected]>
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#6602) * Add release workflows * Update nightly-release.yml * Set default `test_run` value to `true` * Update .bumpversion.cfg * Resolve review comment - Update workflow docs - Change workflow name - Set `test_run` default value to `true` * Update Slack secret * PyPI * Update release workflow (#6778) - Update AWS secrets - Rework condition for Slack notification * update regex to match all iterations (#6839) * update regex to match all iterations * convert to num to match all adapters * add comments, remove extra . * clarify with more comments * Update .bumpversion.cfg Co-authored-by: Nathaniel May <[email protected]> --------- Co-authored-by: Nathaniel May <[email protected]> # Conflicts: # .bumpversion.cfg * put back correct version --------- Co-authored-by: Emily Rockman <[email protected]>
resolves - N/A
Description
This pull request contains the following changes:
Changelog:
release.yml:
workflow_call
trigger;nightly-release.yml:
env-setup.sh:
.bumpversion.cfg:
parse
andserialize
properties of config to respect the development segment for nightly releases;Checklist
changie new
to create a changelog entry