Skip to content

fix(deps): update dependency ruff to ~=0.8.4 (#70) #111

fix(deps): update dependency ruff to ~=0.8.4 (#70)

fix(deps): update dependency ruff to ~=0.8.4 (#70) #111

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_GH_TOKEN }}
release-type: python
package-name: openhexa.toolbox
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
include-v-in-tag: false
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'