-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Indicate master is under development #2258
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2258 +/- ##
=======================================
Coverage 98.28% 98.28%
=======================================
Files 90 90
Lines 4263 4263
=======================================
Hits 4190 4190
Misses 73 73 ☔ View full report in Codecov by Sentry. |
cosenal
approved these changes
Apr 2, 2024
jordandsullivan
added a commit
that referenced
this pull request
Apr 3, 2024
* Indicate master is under development (#2258) * add reminder to merge changelog/version prior to release * bump version * Remove redundant word in release title (#2260) --------- Co-authored-by: nate stemen <[email protected]> Co-authored-by: Alessandro Cosentino <[email protected]>
jordandsullivan
added a commit
that referenced
this pull request
Apr 3, 2024
* Changed master to main for all instances of mitiq repo mentions and for cirq (since they have also updated their primary branch to main). Excluded qibo, as they still use only master in README * Updated pull_request_template and release instructions for mitiq to replace master with main. Also updated link to cirq library to reflect this in randomized_benchmarking.py * Grabbing recent master changes (#2261) * Indicate master is under development (#2258) * add reminder to merge changelog/version prior to release * bump version * Remove redundant word in release title (#2260) --------- Co-authored-by: nate stemen <[email protected]> Co-authored-by: Alessandro Cosentino <[email protected]> * replace master with main in build CICD * replace master with main in Contribution guide * replace master with main in release guide --------- Co-authored-by: jordandsullivan <[email protected]> Co-authored-by: nate stemen <[email protected]> Co-authored-by: Alessandro Cosentino <[email protected]>
cosenal
pushed a commit
that referenced
this pull request
Jun 26, 2024
* add reminder to merge changelog/version prior to release * bump version
cosenal
added a commit
that referenced
this pull request
Jun 26, 2024
* Changed master to main for all instances of mitiq repo mentions and for cirq (since they have also updated their primary branch to main). Excluded qibo, as they still use only master in README * Updated pull_request_template and release instructions for mitiq to replace master with main. Also updated link to cirq library to reflect this in randomized_benchmarking.py * Grabbing recent master changes (#2261) * Indicate master is under development (#2258) * add reminder to merge changelog/version prior to release * bump version * Remove redundant word in release title (#2260) --------- Co-authored-by: nate stemen <[email protected]> Co-authored-by: Alessandro Cosentino <[email protected]> * replace master with main in build CICD * replace master with main in Contribution guide * replace master with main in release guide --------- Co-authored-by: jordandsullivan <[email protected]> Co-authored-by: nate stemen <[email protected]> Co-authored-by: Alessandro Cosentino <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Does what it says on the 🥫 (as well as adding a note about doing the release).