Skip to content

Commit 0799618

Browse files
groksrcclaude
andcommitted
chore: add doc update reminder to release commands
Remind developers to update docs.basicmemory.com and basicmachines.co after running just release or just beta. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a1c37c1 commit 0799618

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

justfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ release version:
220220
echo "✅ Release {{version}} created successfully!"
221221
echo "📦 GitHub Actions will build and publish to PyPI"
222222
echo "🔗 Monitor at: https://github.com/basicmachines-co/basic-memory/actions"
223+
echo ""
224+
echo "📝 REMINDER: Update documentation sites after release is published:"
225+
echo " 1. docs.basicmemory.com - Add release notes to src/pages/latest-releases.mdx"
226+
echo " 2. basicmachines.co - Update version in src/components/sections/hero.tsx"
227+
echo " See: .claude/commands/release/release.md for detailed instructions"
223228

224229
# Create a beta release (e.g., just beta v0.13.2b1)
225230
beta version:
@@ -281,6 +286,11 @@ beta version:
281286
echo "📦 GitHub Actions will build and publish to PyPI as pre-release"
282287
echo "🔗 Monitor at: https://github.com/basicmachines-co/basic-memory/actions"
283288
echo "📥 Install with: uv tool install basic-memory --pre"
289+
echo ""
290+
echo "📝 REMINDER: For stable releases, update documentation sites:"
291+
echo " 1. docs.basicmemory.com - Add release notes to src/pages/latest-releases.mdx"
292+
echo " 2. basicmachines.co - Update version in src/components/sections/hero.tsx"
293+
echo " See: .claude/commands/release/release.md for detailed instructions"
284294

285295
# List all available recipes
286296
default:

0 commit comments

Comments
 (0)