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: docs/source/dev_guide/release.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,25 @@ How to Prepare a Release
3
3
4
4
In this guide, we'll cover:
5
5
6
+
* Preparing the Documentation
6
7
* Bumping the Version
7
8
* Releasing On GitHub
8
9
* Releasing The Software On Anaconda
9
10
* Creating a New Version of the Documentation
10
11
12
+
Preparing the Documentation
13
+
---------------------------
14
+
15
+
1. Checkout a branch
16
+
17
+
::
18
+
19
+
git fetch upstream main
20
+
git checkout -b versioned-docs upstream/main
21
+
22
+
2. Edit ``docs/source/parameters.rst``: in ``https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini``, replace ``main`` with the hash of the latest commit.
23
+
3. Create a pull request to the main repo and merge it. Now, when the next version of the documentation is created (see last part of this page), it will point to the relevant defaults.
0 commit comments