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: CLAUDE.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,15 +170,24 @@ pip install basic-memory
170
170
- Docus configuration in `app/app.config.ts`
171
171
- LLM-friendly output via nuxt-llms module
172
172
173
+
## Version Bump Checklist
174
+
175
+
When updating docs for a new Basic Memory release, update all of the following:
176
+
177
+
1.**Homepage version badge** — `content/index.md`: update the version text (e.g., `v0.20 →`) and the `to:` link to point to the new release notes page
178
+
2.**Release notes page** — `content/2.whats-new/0.v<VERSION>.md`: rename and update with new release content (the `0.` prefix keeps it first in the nav)
179
+
3.**Changelog** — `content/2.whats-new/2.changelog.md` auto-fetches from GitHub releases API, no manual update needed
180
+
4.**Deploy** — push to main auto-deploys to development; production requires manual workflow dispatch via GitHub Actions
181
+
173
182
## Documentation Status & Priorities
174
183
175
-
Documentation is up-to-date for v0.19.x release. Cloud product documentation is complete.
184
+
Documentation is up-to-date for v0.20.x release. Cloud product documentation is complete.
176
185
177
186
### Reference Materials
178
187
179
188
When documenting features:
180
189
-**Basic Memory CHANGELOG**: `gh api repos/basicmachines-co/basic-memory/contents/CHANGELOG.md`
0 commit comments