Skip to content

Commit

Permalink
remove config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Sep 3, 2024
1 parent afc4c0e commit 401c89e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 69 deletions.
68 changes: 0 additions & 68 deletions .github/release-please/config.json

This file was deleted.

13 changes: 12 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,15 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.DASCHBOT_PAT }}
config-file: .github/release-please/config.json
changelog-types: '[
{"type": "build", "section": "Maintenance", "hidden": false },
{"type": "chore", "section": "Maintenance", "hidden": false },
{"type": "data", "section": "Project Data", "hidden": false },
{"type": "docs", "section": "Documentation", "hidden": false },
{"type": "feat", "section": "Enhancements", "hidden": false },
{"type": "fix", "section": "Bug Fixes", "hidden": false },
{"type": "perf", "section": "Enhancements", "hidden": false },
{"type": "refactor", "section": "Maintenance", "hidden": false },
{"type": "test", "section": "Maintenance", "hidden": false },
{"type": "deprecated", "section": "Deprecated", "hidden": false }
]'

0 comments on commit 401c89e

Please sign in to comment.