Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/draft-local-plugin-release-notes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { pathToFileURL } from "node:url";
const PRODUCT_PATH = "apps/memos-local-plugin";
const PRODUCT_ID = "openclaw-local-plugin";
const PRODUCT_TITLE = {
zh: "OpenClaw 本地插件",
en: "OpenClaw Local Plugin",
zh: "MemOS 本地插件",
en: "MemOS Local Plugin",
};
export const RELEASE_NOTE_GUIDANCE = {
category_policy: {
Expand Down
Loading
Loading