Skip to content

perf: update plugin from template [autocommit] #4

perf: update plugin from template [autocommit]

perf: update plugin from template [autocommit] #4

Workflow file for this run

name: Release
on:
push:
branches:
- main
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
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":"perf","section":"Improvements","hidden":false},
{"type":"fix","section":"Bugfixes","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false}
]