Skip to content

Commit

Permalink
chore(.github): tidy inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 12, 2023
1 parent e5027e8 commit 4f3d398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }]'
Expand Down

0 comments on commit 4f3d398

Please sign in to comment.