Skip to content

chore(main): release 0.7.0 (#9) #24

chore(main): release 0.7.0 (#9)

chore(main): release 0.7.0 (#9) #24

on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":true},
{"type":"ci","section":"Continuous Integration","hidden":true}
]
include-v-in-tag: false