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: dev/release.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,5 +229,11 @@ Set up a GitHub Actions workflow that:
229
229
git push origin v1.0.0
230
230
```
231
231
- **Bump the version**in`main` to the next development version (e.g., `1.1.0.dev0`).
232
+
- **Create versioned documentation**:
233
+
```bash
234
+
cd website
235
+
npm run version 1.0.0
236
+
```
237
+
This creates a snapshot of the current docs under `versioned_docs/version-1.0.0/` and adds the version to `versions.json`. Update `docusaurus.config.ts` to configure the new version label and path if needed.
232
238
- **Announce the release** on `dev@mahout.apache.org`.
233
239
- **Update website documentation** with the new release notes.
0 commit comments