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 f38b32f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 69 deletions.
68 changes: 0 additions & 68 deletions .github/release-please/config.json

This file was deleted.

14 changes: 13 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,16 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.DASCHBOT_PAT }}
config-file: .github/release-please/config.json
release-type: rust
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 f38b32f

Please sign in to comment.