-
Notifications
You must be signed in to change notification settings - Fork 109
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
Taxel: Change default branch to be main #162
Comments
@glensc I disabled the branch protection for master and switched the default branch to 0.7.x. Would it make more sense to merge 0.7.x into |
@Taxel hello! :) I've made a mess here during your absence, so let me provide a plan on how to proceed. |
I actually like the two branch mechanism here, provides some kind of stability and developer releases procedure. so, right now:
altho I prefer merging to 0.8.x and one new version start merging to 0.9.x branch, but this procedure would require to update default branch from time to time. it's tedious and requires owner permission in the repository, which I don't have. and next steps:
time to time when development is complete, create merge up pull request (like #209, #248):
EDIT: Edited for clarity and added checkboxes |
@Taxel wdyt? is it clear? if no objections I will proceed with the "right now" items. |
And as I guessed, GitHub still did something funny. when #209 was merged, all other PR's merging to |
@glensc default branch is now main. |
All done! I guess should update documentation, re-opened PR for that: |
Problem: Requirement to have 1 review, slows down project development.
Solution: Use a different branch than
master
for development.develop
and releases frommaster
branch: Switch to use git flow development model #160main
for now, as I'm doing changes alone here.0.7.x
,0.6.x
(akamain
) should be merged here: Merge up 0.6.x to master #209main
refs:
@Taxel please update project settings to reflect new changes.
The text was updated successfully, but these errors were encountered: