Skip to content

Commit

Permalink
ci: remove [skip ci] from the changesets commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jul 22, 2024
1 parent 84f90ea commit bd07350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: changesets/action@master
with:
title: "chore(release): version packages"
commit: "chore(release): version packages [skip ci]"
commit: "chore(release): version packages"
# This expects you to have a script called release which does a build for your packages and calls `changeset publish`
publish: yarn ci-publish
# This expects you to have a script called version that runs some logic and then calls `changeset version`.
Expand Down

0 comments on commit bd07350

Please sign in to comment.