You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,3 +166,12 @@
166
166
* Upload the new release to Zenodo: https://zenodo.org/record/3961353
167
167
168
168
* Copy the archive docs to https://github.com/NCAS-CMS/cf-python-docs
169
+
170
+
* Move and commit the previously-generated archived copy of the documentation to https://github.com/NCAS-CMS/cf-python-docs (fork or clone that repo first):
171
+
172
+
```bash
173
+
mv docs/<vn>/ ~/cf-python-docs/
174
+
cd~/cf-python-docs/
175
+
git add <vn>/
176
+
# Then commit and push to the NCAS-CMS repo (named origin or upstream as appropriate)
0 commit comments