Skip to content

Commit

Permalink
ci: Use Conventional Commits in label version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Aug 1, 2022
1 parent 14ad8c2 commit 46ace46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
uses: EndBug/add-and-commit@v7
with:
branch: ${{ github.event.pull_request.base.ref }}
message: Bump version to ${{ steps.versions.outputs.new-version }}, update CHANGELOG.md & yarn.lock
message: "chore: Bump version to ${{ steps.versions.outputs.new-version }}"
github_token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}

0 comments on commit 46ace46

Please sign in to comment.