From 6b84be09c5f43a2446cab88a6109a8e62c1649b1 Mon Sep 17 00:00:00 2001 From: Egor Didenko Date: Fri, 24 May 2024 12:32:42 -0400 Subject: [PATCH] ci: added --conventional-graduate --- .github/workflows/release-manual.yml | 3 +-- lerna.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index 4370837..cd206f0 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -11,7 +11,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: main - name: "Use Node.js 20" uses: actions/setup-node@v4 @@ -34,7 +33,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" - npx lerna version --conventional-commits --yes + npx lerna version --conventional-commits --conventional-graduate --yes npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN npx lerna publish from-git --yes \ No newline at end of file diff --git a/lerna.json b/lerna.json index 13d0a35..1e11a31 100644 --- a/lerna.json +++ b/lerna.json @@ -9,7 +9,7 @@ "main", "release" ], - "message": "chore(release): publish", + "message": "chore(release): publish" } } } \ No newline at end of file