Skip to content

build(deps): bump serde_with from 3.8.3 to 3.9.0 (#540) #294

build(deps): bump serde_with from 3.8.3 to 3.9.0 (#540)

build(deps): bump serde_with from 3.8.3 to 3.9.0 (#540) #294

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
if: github.repository == 'mdn/rumba'
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: rust
package-name: release-please-action
changelog-types: |
[
{"type": "feat", "section": "Features", "hidden": false},
{"type": "fix", "section": "Bug Fixes", "hidden": false},
{"type": "enhance", "section": "Enhancements", "hidden": false},
{"type": "build", "section": "Build", "hidden": false},
{"type": "chore", "section": "Miscellaneous", "hidden": false}
]