diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index c42fe54f..5f93df4b 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -45,6 +45,8 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 with: + title: "chore: version packages" + commit: "chore: version packages" version: git tag -d `git tag | grep -E 'beta'` && npx lerna version --conventional-commits --no-push --no-git-tag-version --yes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}