-
Notifications
You must be signed in to change notification settings - Fork 126
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
Version 1.2.0 #4255
Version 1.2.0 #4255
Conversation
I think you messed up And just as stupid question since I don't remember how we did it the last few times: When do we branch off |
I usually created the release branch first and then merged the PR setting the version to the release version. But I guess bumping it first and then branching from the merge is also fine. I wrote down my process here: https://docs.oscar-system.org/stable/DeveloperDocumentation/release/ |
Yeah my plan is that as soon as as this is merged, we merge another PR setting the version to 1.3.0-DEV. Or I could just put that commit in here right now and we "merge by rebase" (instead of squash or actual merge) to preserve both commits. |
Thanks. I was not sure about the process with the branches (which is why I did not open the PR myself). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4255 +/- ##
=======================================
Coverage 84.59% 84.60%
=======================================
Files 640 640
Lines 85126 85128 +2
=======================================
+ Hits 72015 72019 +4
+ Misses 13111 13109 -2 |
@benlorenz I assume you will create the branch, ok? |
done: https://github.com/oscar-system/Oscar.jl/commits/release-1.2/ |
@benlorenz can you do the 1.3.0-DEV bump as well an commit it as the next thing on master? |
|
I regenerated the release notes for 1.2.0 with github since tagbot only showed the changes since the when 1.1.2 was created. |
Resolves #4211