From 4f3d3982dff8820ff7a90b9e8575c2b639645d49 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 12 Dec 2023 19:53:25 +0000 Subject: [PATCH] chore(.github): tidy inline comment --- .github/dependabot.yml | 2 +- .github/workflows/cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5bed7583f..b4feb1c7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: prefix: ci directory: / ignore: - # Staying on v3 for now as v4 introduced some questionable changes + # Staying on v3 due to incomplete migration guide for v4 - dependency-name: google-github-actions/release-please-action update-types: ["version-update:semver-major"] open-pull-requests-limit: 20 diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f503d769c..dd8058215 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Release Please id: release - # Staying on v3 for now as v4 introduced some questionable changes + # Staying on v3 due to incomplete migration guide for v4 uses: google-github-actions/release-please-action@v3 with: changelog-types: '[ { "type": "feat", "section": "Features", "hidden": false }, { "type": "fix", "section": "Bug fixes", "hidden": false }, { "type": "build", "section": "Dependencies", "hidden": false }, { "type": "chore", "section": "Miscellaneous", "hidden": false }, { "type": "ci", "section": "Continuous integration", "hidden": false }, { "type": "perf", "section": "Improvements", "hidden": false }, { "type": "refactor", "section": "Improvements", "hidden": false }, { "type": "style", "section": "Miscellaneous", "hidden": false }, { "type": "docs", "section": "Documentation", "hidden": false }]'