diff --git a/.changeset/kind-waves-pay.md b/.changeset/kind-waves-pay.md new file mode 100644 index 00000000..9f14bbd6 --- /dev/null +++ b/.changeset/kind-waves-pay.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +fix: use double quotes for commit message containing newlines diff --git a/.github/workflows/update-doc-version.yml b/.github/workflows/update-doc-version.yml index 3598b5a1..787f810f 100644 --- a/.github/workflows/update-doc-version.yml +++ b/.github/workflows/update-doc-version.yml @@ -82,7 +82,7 @@ jobs: with: # yamllint disable rule:line-length title: 'chore: update version in files (${{ steps.get-changelog-info.outputs.last-change-version}})' - commit-message: 'chore: update version in files (${{ steps.get-changelog-info.outputs.last-change-version}})\n\n[skip ci]' + commit-message: "chore: update version in files (${{ steps.get-changelog-info.outputs.last-change-version}})\n\n[skip ci]" base: ${{ github.event.repository.default_branch }} delete-branch: true token: ${{ secrets.CHANGESETS_TOKEN }}