diff --git a/.github/workflows/conventional-commits-check.yaml b/.github/workflows/conventional-commits-check.yaml index 37581aec..5d4a8d77 100644 --- a/.github/workflows/conventional-commits-check.yaml +++ b/.github/workflows/conventional-commits-check.yaml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v4 - name: Check Commit Conventions - uses: webiny/action-conventional-commits@v1.3.0 \ No newline at end of file + uses: webiny/action-conventional-commits@v1.3.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 754d6bd4..704055a5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,4 +17,4 @@ jobs: uses: googleapis/release-please-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - config-file: release-please-config.json \ No newline at end of file + config-file: release-please-config.json diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e65b5edd..983e25dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { ".": "v1.9.5" -} \ No newline at end of file +} diff --git a/release-please-config.json b/release-please-config.json index aa3c1c1f..742a53fc 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,4 +1,4 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "include-v-in-tag": true -} \ No newline at end of file +}