-
Notifications
You must be signed in to change notification settings - Fork 5
docs: migrate to main branch #76
Conversation
owlbot.py
Outdated
s.replace( | ||
"CONTRIBUTING.rst", | ||
"master", | ||
"main" | ||
) | ||
|
||
s.replace( | ||
"docs/conf.py", | ||
"master", | ||
"main" | ||
) | ||
|
||
s.replace( | ||
".kokoro/*", | ||
"master", | ||
"main" | ||
) |
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.
Did you have to use owlbot for this because we can't update the templates yet?
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.
Yes, I believe the plan is to update on the branches first, and then we'll update the templates. Once that's done we'll revert the changes on OwlBot.
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.
Another suggestion is to have a flag that switches main
/master
in the templates so it's a one line change. Post-migration you can just make main
the default.
I did something similar back when we were moving to the microgenerator.
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.
That sounds good @busunkim96, do you have any links for the previous PRs with those examples? Can't visualize how that'd work here :/
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.
Added 2 minor observations
Please take a look again! |
🤖 I have created a release \*beep\* \*boop\* --- ### [0.1.7](https://github.com/googleapis/python-access-context-manager/compare/v0.1.6...v0.1.7) (2021-08-23) ### Documentation * migrate to main branch ([#76](https://github.com/googleapis/python-access-context-manager/issues/76)) ([4f36a1d](https://github.com/googleapis/python-access-context-manager/commit/4f36a1dad07554ef676c7b01a9f1bd0e132bdb01)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
For future PRs, this should not be labeled |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #75 🦕