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: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,21 @@ Code for in-loop evaluation tasks used by the OLMo training team.
7
7
```
8
8
pip install ai2-olmo-eval
9
9
```
10
+
11
+
## Release process
12
+
13
+
### Steps
14
+
15
+
1. Update the version in `src/olmo_eval/version.py`.
16
+
2. Run the release script:
17
+
18
+
```bash
19
+
./src/scripts/release.sh
20
+
```
21
+
22
+
This will commit the changes to the CHANGELOG and `version.py` files and then create a new tag in git
23
+
which will trigger a workflow on GitHub Actions that handles the rest.
24
+
25
+
### Fixing a failed release
26
+
27
+
If for some reason the GitHub Actions release workflow failed with an error that needs to be fixed, you'll have to delete the tag on GitHub. Once you've pushed a fix you can simply repeat the steps above.
0 commit comments