diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0efeda7aed..24223fa495 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -71,4 +71,3 @@ jobs: fi yarn docs changelog git add docs/src/data/log.md && git commit -m "docs: update changelog" && git push - yarn zx scripts/post-changelog.mjs diff --git a/lerna.json b/lerna.json index cf752afa97..18d422df9b 100644 --- a/lerna.json +++ b/lerna.json @@ -5,12 +5,10 @@ "packages": ["packages/*", "docs"], "command": { "version": { - "allowBranch": "master", "message": "chore: publish", "conventionalCommits": true }, "publish": { - "allowBranch": "master", "conventionalCommits": true, "ignoreChanges": [ "packages/orbit-design-tokens/scripts/**",