Skip to content

Merge pull request #125 from ekroon/dependabot/cargo/predicates-3.0.3 #56

Merge pull request #125 from ekroon/dependabot/cargo/predicates-3.0.3

Merge pull request #125 from ekroon/dependabot/cargo/predicates-3.0.3 #56

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.TOKEN }}
release-type: rust
package-name: spark-rs
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"ci","section":"Continuous Integration","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"perf","section":"Performance","hidden":false},{"type":"test","section":"Tests","hidden":false}]'