diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 81677c6..4feab89 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,4 +1,4 @@ -name: Deploy Vuepress Plugin Auto Sidebar +name: Vuepress Plugin Auto Sidebar on: push: branches: diff --git a/lerna.json b/lerna.json index 60aa373..3b20c52 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "ignoreChanges": [ "*.md" ], - "message": "chore(release): publish", + "message": "chore(release): publish %v", "registry": "https://registry.npmjs.org/" } }