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
Switched to a new branch 'release-prep-vYYYY-MM-DD'
46
44
```
47
45
48
-
Update 2 files in the `docs/` folder:
46
+
### Step 2: Update Contributor Information (if needed)
47
+
48
+
If there are new contributors since the last release, update the `.zenodo.json` file to include them. This ensures proper attribution when the release is archived on Zenodo.
49
+
50
+
1. Check for new contributors by reviewing recent commit history and pull requests
51
+
2. For each new contributor, add an entry to the `creators` array in `.zenodo.json`:
52
+
```json
53
+
{
54
+
"name": "LastName, FirstName",
55
+
"orcid": "0000-0000-0000-0000",
56
+
"affiliation": "Institution Name"
57
+
}
58
+
```
59
+
3. Ensure contributors are listed in the order they should appear on Zenodo
60
+
4. Use the affiliation format as shown on the contributor's ORCID profile or their institution's ROR records
61
+
62
+
### Step 3: Update Release Information in Documentation
63
+
64
+
Update the following files in the `docs/` folder:
49
65
50
66
1. The announcement banner (in `docs/conf.py`):
51
67
```python
@@ -63,13 +79,13 @@ Update 2 files in the `docs/` folder:
0 commit comments