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)
52
52
53
53
6. After merging, again ensure your main branch is synced to upstream:
54
54
```sh
55
+ git switch main
55
56
git pull upstream main
56
57
```
57
58
7. If you have any doubts, run the full test suite one final time!
@@ -98,14 +99,15 @@ upstream https://github.com/pydata/xarray (push)
98
99
99
100
` ` `
100
101
101
- 12. Commit your changes and push to main again :
102
+ 12. Make a PR with these changes and merge it :
102
103
103
104
` ` ` 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
106
108
` ` `
107
109
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.)
109
111
110
112
13. Update the version available on pyodide:
111
113
You can’t perform that action at this time.
0 commit comments