File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ upstream https://github.com/pydata/xarray (push)
5252
53536. After merging, again ensure your main branch is synced to upstream:
5454 ```sh
55+ git switch main
5556 git pull upstream main
5657 ```
57587. If you have any doubts, run the full test suite one final time!
@@ -98,14 +99,15 @@ upstream https://github.com/pydata/xarray (push)
9899
99100 ` ` `
100101
101- 12. Commit your changes and push to main again :
102+ 12. Make a PR with these changes and merge it :
102103
103104 ` ` ` sh
104- git commit -am ' New whatsnew section'
105- git push upstream main
105+ git checkout -b empty-whatsnew-YYYY.MM.X+1
106+ git commit -am " empty whatsnew"
107+ git push
106108 ` ` `
107109
108- You ' re done pushing to main!
110+ (Note that repo branch restrictions prevent pushing to ` main` , so you have to just-self-merge this.)
109111
11011213. Update the version available on pyodide:
111113
You can’t perform that action at this time.
0 commit comments